Some tests of using processing.
Processing is sort of a high level graphics language that compiles into java applets.
Note: These links all contain java applets, and have been known to crash a browser or two.
- diag_ellipses. Kind of ugly. First from scratch test.
- Fermented Easter Eggs. Think of it as a simple paint app.
- spyschograph. Kind of a spirograph crossed with a barebones painting app.
- sinewave1 Animated random sinewaves.
Processing seems nice. It’s very high level, with a C/java style syntax. Theres a simple bare bones IDE included. I like how it calls source files “sketches”. Kind of a nice semantic touch. It’s also open source.
See processing work at adrianlikins.com