Day 2 - Goodnight
09 | 2009
Revised old ideas following the live coding purist's tradition of starting off with a blank screen. Particle system initialized using the geometry of another object. Music: Squarepusher - Goodnight Jade.
Screenshot
Video
Watch it in fullscreen to see the details.
also on youtube.
Source Code
I'm using (gl) in the script, which is a logarithmic version of (gh) giving smoother results. Add this to the script, or put it in your .fluxus.scm.
(define (gl n)
(log (+ 1 (gh n))))