Comment on Silk — Interactive generative artComments−jamesbritt13ySome amazing generative art, done with Processing, here: http://complexification.net/gallery/You can grab the source for these and play around with them, tweaking values to see how things work.One of my favorites is Sand Traveler. The underlying algorithm is relatively simple, but the results are stunning.These are presented as Java applets, but Processing 2.0 now lets you export code to JavaScript (processing.js).It also exports to Android apk files, so you can build Android apps with Processing.
Comments
Some amazing generative art, done with Processing, here: http://complexification.net/gallery/
You can grab the source for these and play around with them, tweaking values to see how things work.
One of my favorites is Sand Traveler. The underlying algorithm is relatively simple, but the results are stunning.
These are presented as Java applets, but Processing 2.0 now lets you export code to JavaScript (processing.js).
It also exports to Android apk files, so you can build Android apps with Processing.