fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
573 B
Text
9 lines
573 B
Text
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.
|
|
|
|
The goal of Tweeny is to provide means to create fluid interpolations when
|
|
animating position, scale, rotation, frames or other values of screen objects,
|
|
by setting their values as the tween starting point and then, after each tween
|
|
step, plugging back the result.
|