Back



Source Code:  recursion2 
Built with: Processing
Runs on: ProcessingJS

A simple exercise in recursion. Mouse movement affects recursion depth and shape, and clicking will initiate color randomization. Interestingly enough, as the number of objects increases we can see the degradation in framerate performance. The sketch is set to 60fps by default, but at its highest recursion level this performance drops considerably.

© Ben Pekarek 2012, All Rights Reserved