From ce605df0289796c160ce547b73ec650bae76930d Mon Sep 17 00:00:00 2001 From: Michael Forrest Date: Fri, 1 Jul 2011 04:36:06 -0700 Subject: [PATCH] link people to Zeni's fork --- README | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README b/README index 0be461b..84eb50d 100644 --- a/README +++ b/README @@ -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 -} \ No newline at end of file