Archive | 2011

Buffered Starburst

15 Dec

The code to produce this image in Processing.js is quite CPU intensive. In this sketch, I create an array of 48 images, and for the first 48 frames of the animation, I use the labor-intensive method to generate it. Subsequenty, I play the saved frames back, and the sketch speeds up quite a bit.