1085
|
1 doctype html
|
|
2 html
|
|
3 head
|
|
4 title light9
|
|
5 meta(charset='utf8')
|
|
6 link(rel='Stylesheet', href='style.css')
|
|
7 link(href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css", rel="stylesheet")
|
|
8
|
|
9 body
|
|
10 h1 Light9 theater lighting control system
|
|
11 section
|
|
12 h2 About
|
|
13 p
|
|
14 | Light9 is a suite of tools for playing music and controlling DMX theater lighting.
|
|
15 img(src='overview.svg', style="background: rgba(255, 255, 255, 0.69)")
|
|
16
|
|
17 p
|
|
18 | <a href="old/FrontPage.html">Old wiki page (2005)</a>. <a href="old/lightsim/">lightsim</a>.
|
|
19
|
|
20 section
|
|
21 h2 Code
|
|
22 p
|
|
23 | Main repo is in
|
|
24 |
|
|
25 a(href="https://bigasterisk.com/darcs/?r=light9;a=summary")
|
|
26 img(src="//bigasterisk.com/darcs/darcs.png", style="width: 17px; vertical-align: middle;")
|
|
27 | darcs
|
|
28
|
|
29 | . There is a mirror at
|
|
30 |
|
|
31 a(href="https://github.com/drewp/light9")
|
|
32 i.fa.fa-github
|
|
33 | github
|
|
34 | .
|
|
35
|
|
36 section
|
|
37 h2 Changelog
|
|
38 section
|
|
39 h3 2014
|
1093
|
40 p Now using <a href="screenshot/raspberry-pi-camera.jpg">Raspberry Pi camera</a> to grab video reference: <a href="screenshot/vidref2.jpg">vidref</a>.
|
1085
|
41 p New effect system: <a href="https://www.youtube.com/watch?v=GzPvwzg5scM">demo video 1</a>
|
|
42 p <a href="2014-design-notes.txt">Notes for the next redesign</a>, which is mostly for accepting more controller input at once (<a href="http://www.keithmcmillen.com/QuNeo/">QuNeo</a> and <a href="http://www.behringer.com/EN/Products/BCF2000.aspx">BCF2000</a>) and making it faster to create and edit effects.
|
|
43 p A <a href="mockup/curveedit.html">test of the new curve editor</a>, which needs to display 50+ curves at once and zoom them smoothly. Click in the body to start a zooming animation test.
|
|
44 p <a href="mockup/effectpreview.html">Test of effect preview</a> (from this <a href="mockup/effectmockup.svg">UI sketch</a>) showing expressions with their inputs and outputs represented as curve and color timelines. Drag a constant to change it.
|
|
45 section
|
|
46 h3 2013
|
|
47 p RDF patches are passed between all components for live updates. <a href="http://knockoutjs.com/">Knockoutjs</a>-style auto dependency tracking arranges for GUI updates to happen whenever data changes.
|
|
48 section
|
|
49 h3 2012
|
|
50 section
|
|
51 h3 2011
|
|
52 section
|
|
53 h3 2010
|
|
54 section
|
|
55 h3 2009
|
|
56 section
|
|
57 h3 2008
|
|
58 section
|
|
59 h3 2007
|
|
60 p Use RDF for config.
|
|
61 section
|
|
62 h3 2006
|
|
63 section
|
|
64 h3 2005
|
|
65 section
|
|
66 h3 2004
|
|
67 section
|
|
68 h3 2003
|
|
69 section
|
|
70 h3 2002
|
|
71 p CVS versioning started here
|
|
72 section.project
|
|
73 h2 Project
|
|
74 p Written by <a href="https://bigasterisk.com/">Drew Perttula</a> and David McClosky.
|
|
75
|