Skip to content

A library for animating and rendering Processing sketches

License

Notifications You must be signed in to change notification settings

tajnyprojekt/TpAnimation

Repository files navigation

TpAnimation

TpAnimation is a library for Processing, that aims to simplfy the process of creating animations.

Overview

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.

Use with PDE

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.

Build

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.

License

This project is licensed under the terms of the MIT license.
See LICENSE.txt for more details.

Releases

No releases published

Packages

No packages published