Skip to content

Commit

Permalink
link people to Zeni's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelforrest committed Jul 1, 2011
1 parent ce1a70b commit ce605df
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
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.
Please hop over to Zeni's fork for a working version of this library:

Usage will be something like:
https://github.com/zeni/animatap5

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

0 comments on commit ce605df

Please sign in to comment.