libease 0.0.2 review

Download
by rbytes.net on

libease is a shared library containing easing algorithms that can be used for graphical effects or mathematical calculations. libe

License: GPL (GNU General Public License)
File size: 0K
Developer: stroppytux
0 stars award from rbytes.net

libease is a shared library containing easing algorithms that can be used for graphical effects or mathematical calculations.

libease's main goal of is to try and create a centralised library for easing effects within the window manager environment.

Installation:

Beginners:

This is intended for those not fluent with linux

Please type the following at root:

sh ./install.sh

Experts:

Setting prefix: There is currently only the 'Edit the Makefile' method. (sorry, getting to it)

then type the following:

make clean
make
make install
make test

What's New in This Release:
The easing library now accepts and passes on variadic methods.
This lets you pass variables into the ease function and have these variables passed onto the callback function.
For each iteration of the callback function, a copy is created of the va_list, and this copy is passed into the callback function.
All previous callback functions will need to be rewritten to accept variable type va_list and then use va_arg to extract the variables.
An example is given in the ease.c test file.

libease 0.0.2 keywords