Hello,
I added a new demo to Agave:
http://github.com/dharmatech/agave/raw/master/demos/phase-chaser.sps
It's based on "Phase Chaser" by Ivan Burghart:
http://www.openprocessing.org/visuals/?visualID=4791
The Scheme version is black and white, but allows more control over the
demo parameters. It also runs significantly faster than the Java version.
Tested in Ikarus and Ypsilon.
To run in Ikarus:
ikarus --r6rs-script ~/agave/demos/phase-chaser.sps
To run in Ypsilon:
ypsilon ~/agave/demos/phase-chaser.sps
Agave project page:
http://github.com/dharmatech/agave
See README for install details.
Let me know if it runs on your system or if you run into problems!
Ed