Scrawling with Processing
Its Friday, and I told myself I would get some of my processing sketches up on the blog earlier this week. This sketch is a study I was doing on fractal attractors. A large portion of this code is taken directly from the work of David Bollinger and his FungiScrawl Processing work. I found playing with this sketch to be very mesmerizing, and I slowly started to tweak David’s code to make subtle artistic changes in how the attractors were rendering.
For those of you Action Script junkies, reading the source code of Processing should be fairly easy, as it is Java. One of the coolest things about this code is that David is dumping everything into an off-screen pixel-buffer and performing his own anti-aliasing and via a 4 pass sub-sampling algorithm. So that might sound really sophisticated and complicated, but the code is actually very easy to read and was very approachable. Some of what I have learned here I suspect will make its way into the guts of Degrafa at some point.
Early this week, quite by coincidence, Juan at scalenine showed me this by Matt Kenefick, which is almost exactly like what I have done here, but with Flex and AIR… way cool Matt!
I have several other features in this sketch (application in Processing parlance) that I was exploring, like being able to record certain gestures and then paste them in later, as well as other neat ways to manipulate the attractor code for different visual effects.



