hey, it looks just like the backside of my desk
I had an idea for a little visualizer toy and started playing with Quartz Composer over the weekend. I’m always blown away at the power of that tool whenever I dip into it.
That said, I spent hours and hours trying to convince QC to do what I wanted. The macro I came up with for one part of the idea looked like this:

And after trying several variations, it actually—mysteriously—didn’t work in a critical way. I imagine it’s due to some lack of understanding of how QC’s pipeline works. But eventually I broke down and wrote the logic I wanted in Javascript using a single Javascript patch instead of that macro, and it looked like this:

Er. Yeah. You know how they like to say “and you can do all this without writing a single line of code”? Sometimes that’s only a good thing if you can also just write the damn code.
I also want to play with Processing sometime soon.
February 9th, 2009 at 2:11 am
That’s why I love good IDEs. You can just write tons of code without really writing any of it!