Skip to content

octaspire/easing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Easing functions in standard C99.

To build on Raspberry Pi, Debian or Ubuntu (16.04 LTS) system:

sudo apt-get install cmake git
git clone https://github.com/octaspire/easing.git
cd easing/build
cmake ..
make

To build on Arch Linux (Arch Linux ARM) system:

sudo pacman -S cmake git gcc make
git clone https://github.com/octaspire/easing.git
cd easing/build
cmake ..
make

To run the unit tests:

test/octaspire-easing-test-runner

About

Easing functions in standard C99.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published