Processing Forum




Click on Join Now to Sign Up


tts.speak( "I am in the center" );tts.speakLeft( "I am on the left" ); tts.speakRight( "I am on the right" );
For this years company christmas party at hpc we handed a plushed toy to every customer that visited us, which was a donation for the St Anna Child Cancer Research Center
We had a Panda, a Sheep and a Rabbit. We tagged the animals with a barcode and for every animal we handed out we added one to the virtual playground on our multitouch table. Our visitors could search their animals using a barcode scanner. When a barcode was scanned the image was centered around the animal and it was paused for some seconds.
I made a short video and posted a simplified version of the application that runs as an applet on my blog
Animators can now be added to a Sequence
Sequence s = new Sequence(); s.addAnimator( new LinearAnimator( 500,100,200 )); s.addAnimator( new SquareAnimator( 200, 200, 100 )); the sequence can be started using s.start() and the value is fetched using s.get()
A simpler form of defining sequences is to use the string-parser
the same Sequence as above can be defined using
Sequence s = Sequence.parse( "S100,L500->200,Q200->100"); The animators are separated with a comma, each block starts with a letter and one or two parameter












I started a little Advent Calendar containing Processing sketches.
In Door 24 I haven't hidden a processing sketch as usual.
A while ago I started writing a book about processing. This is the first Beta release - It's far from done but I crave for feedback - so please please please read it and leave a comment or drop me a mail :-)
What should I change? What am I missing? What sentences aren't propper english? Where are the errors in the code?
please download a copy from my blog
Happy Holidays :-)











