freebsd-ports/graphics/tweeny/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

10 lines
573 B
Plaintext

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.