An open API service indexing awesome lists of open source software.

https://github.com/zeozeozeo/simple-easing2

This package contains a set of simple easing functions.
https://github.com/zeozeozeo/simple-easing2

easing easing-fns easing-functions gamedev rust rustlang simple-easing

Last synced: 3 months ago
JSON representation

This package contains a set of simple easing functions.

Awesome Lists containing this project

README

        

# simple-easing2

This package contains a set of simple easing functions.

Note: this is a fork of https://gitlab.com/chpio/simple-easing. Makes all functions inlined, adds a `#[must_use]` attr, applies rustfmt and clippy fixes.