-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce1a70b
commit ce605df
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |