public
Description: Extraction of the playback view from Animata for integration in Processing applications
Homepage: http://grimaceworks.com
Clone URL: git://github.com/michaelforrest/animataplayback.git
name age message
file .classpath Thu Jan 22 07:09:35 -0800 2009 animated transitions forwarded osc messages add... [michaelforrest]
file .gitignore Thu Jan 15 02:51:41 -0800 2009 initial commit [michaelforrest]
file .project Thu Jan 15 02:51:41 -0800 2009 initial commit [michaelforrest]
file README Thu Jan 15 02:56:35 -0800 2009 explanation in readme [michaelforrest]
file Rakefile Tue Jan 20 07:11:30 -0800 2009 made it start responding to MIDI [michaelforrest]
directory examples/ Sun Jun 21 08:38:45 -0700 2009 before working on new controls [michaelforrest]
directory resources/ Sun Jan 25 12:10:08 -0800 2009 did a release [michaelforrest]
directory src/ Sun Jun 28 07:16:18 -0700 2009 made layers isolated [michaelforrest]
directory web/ Tue Jan 20 07:11:30 -0800 2009 made it start responding to MIDI [michaelforrest]
README
Not sure how far I'll get, but it feels vaguely possible to take the view stuff from Animata (http://animata.kibu.hu) 
and render it as part of a wider scene using Processing. I'm having a go anyway.

Usage will be something like:

AnimataPlayback playback;
void setup(){
   playback = new AnimataPlayback(this);
   playback.addScene("myscene.nmt");
}
void draw(){
  // drawn automatically or called manually, we'll see
}