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.
- Host: GitHub
- URL: https://github.com/zeozeozeo/simple-easing2
- Owner: zeozeozeo
- Created: 2023-11-29T17:23:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T17:28:04.000Z (over 1 year ago)
- Last Synced: 2025-03-08T09:09:44.445Z (3 months ago)
- Topics: easing, easing-fns, easing-functions, gamedev, rust, rustlang, simple-easing
- Language: Rust
- Homepage: https://crates.io/crates/simple-easing2
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.