Changeset - 544a98a016bc
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-05 08:08:24
drewp@bigasterisk.com
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/index.jade
Show inline comments
 
@@ -28,24 +28,25 @@ html
 
      
 
      | . There is a mirror at
 
      |  
 
      a(href="https://github.com/drewp/light9")
 
        i.fa.fa-github
 
        |  github
 
      | .
 

	
 
  section
 
    h2 Changelog
 
    section
 
      h3 2014
 
      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>.
 
      p New effect system: <a href="https://www.youtube.com/watch?v=GzPvwzg5scM">demo video 1</a>
 
      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.
 
      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.
 
      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.
 
    section
 
      h3 2013
 
      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.
 
    section
 
      h3 2012
 
    section
 
      h3 2011
 
    section
0 comments (0 inline, 0 general)