https://github.com/octaspire/easing
Easing functions in standard C99.
https://github.com/octaspire/easing
c99 easing-functions library
Last synced: 5 months ago
JSON representation
Easing functions in standard C99.
- Host: GitHub
- URL: https://github.com/octaspire/easing
- Owner: octaspire
- License: other
- Created: 2017-04-25T18:14:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T21:13:51.000Z (over 8 years ago)
- Last Synced: 2025-01-13T16:26:10.991Z (11 months ago)
- Topics: c99, easing-functions, library
- Language: C
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/octaspire/easing) [](https://codecov.io/gh/octaspire/easing/coverage.svg?branch=master)
Easing functions in standard C99.
To build on Raspberry Pi, Debian or Ubuntu (16.04 LTS) system:
```shell
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:
```shell
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:
```shell
test/octaspire-easing-test-runner
```