Painter.animate(function(ctx) { var pic = ctx.drawing; if(ctx.drawing.isEmpty()) { ctx.tick = 0; } else if((ctx.tick % 360) == 0) { pic = new Drawing(); } ctx.tick++; pic.add(new Line() .scale(Math.floor(Math.random() * 250)) .rotate(Math.floor(Math.random() * 360))); ctx.drawing = pic; return ctx; });
Computational Poetry. Inspired by Zach Liberman. Built by Ben.
More: autry | beye | bingbong | bursty | circle | droney | extris | fiddly | flale | freqy | glide | helloworld | mario | mary | maxx | notick | roundy | sade | savsty | seemaj | sparky | superm | thrice | wade | waveish | zaux