I wanted to give a quick plug to a great tool that allows you to see any source code on OpenProcessing in various formats:
OpenProcessing Source Reader by Emoc.
This great tool allows you to see the source code of a sketch in a single page, using whether raw text, geshi or syntax highlighter formats. You can also generate the source code as a PDF file from this tool! Emoc also made it easy to use this tool through its URL: just add the visualID of the sketch to the end of the url, as in http://emoc.org/opcode/2292 or http://emoc.org/opcode/2292pdf. Check it out!


Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is an open project initiated by Ben Fry and Casey Reas. It can be downloaded from 





Ben Chun: That's so cool! Substituting different definitions of distance yields some really...
Esteban Hufstedler: Whoops, a comment in the code I put up is wrong. It really isn't dist^2. that was...
Esteban Hufstedler: I've been messing with Voronoi diagrams too, but your approach is better, so I've...