Processing animation framework - how do you improve on "if(framecount > x)"?
in
Programming Questions
•
2 years ago
Are there any animation frameworks for Processing? I'm looking for a Flash-like framework with scenes, layers, a timeline and so on.
I currently have a lot of "if(framecount > x)" tests in my draw method to run different functions at different times, I'd expect someone has done something more sophisticated than this. I'm curious about what's out there and how other people have handled this.
2