8 releases
| 0.0.17-dev | Oct 24, 2024 |
|---|---|
| 0.0.16 | Oct 22, 2024 |
| 0.0.12-dev | Sep 23, 2024 |
#2956 in Game dev
492 downloads per month
Used in 4 crates
(2 directly)
17KB
248 lines
🛠️ nimble-rectify
nimble-rectify is a Rust crate that brings together both authoritative and predicted steps in a
deterministic simulation. It combines the power of
nimble-assent (authoritative steps)
and nimble-seer (predicted steps)
to manage game state seamlessly.
✨ Features
- Integrates authoritative and predicted steps for smooth state management.
- Provides callbacks for both
AssentandSeer.
📦 Installation
Add the following to your Cargo.toml:
[dependencies]
nimble-rectify = "0.0.17-dev"
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dependencies
~155KB