My Processing Progress :-)

This is a short website where I will post files and such from my progress learning the Processing programming language. This language is used to program interactive applications using images, animation, interaction, and data.

This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

This is small piece of code which generates circles of random size, color, and transparency. Also, a small bit of text is include as well as a some interactivity. While the animation plays, hit any key to reset the image.

Source code: random_dots_text


Using Arrays to Create Multiple Instances of One Object
Another small piece of code that sets a series of balls bouncing up and down. The example is based off of Shiffman's Example 9-9.