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 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 |