TpAnimation is a library for Processing, that aims to simplfy the process of creating animations.
It takes care of value transitions, easing, interpolation, timing and playback.
It can also render your animation to frames.
All you have to do is to define the start and end values for your sketch's variables or arrays,
set the animation duration (and eventually a couple of other parameters) and start playback.
For more read the reference included with the library or see the examples.
To use the library with the Processing IDE, clone or download the repo and copy tpanimation
directory into Processing's library folder
more on installing libraries here.
When you copied the folder, launch some examples from tpanimation/examples
.
The project is configured with Gradle. To build the library use:
gradle releaseLibrary
, this will also generate and prepare the reference and library.properties in tpanimation
directory.
Then you can use your build with Processing.
This project is licensed under the terms of the MIT license.
See LICENSE.txt for more details.