Tweeny
3
A Tweening library for modern C++
|
Tweeny is an inbetweening library designed for the creation of complex animations for games and other beautiful interactive software. It leverages features of modern C++ to empower developers with an intuitive API for declaring tweenings of any type of value, as long as they support arithmetic operations.
This document contains Tweeny's API reference. The most interesting parts are:
This is how the API looks like:
Examples
Useful links and references