8 releases

0.0.17-dev Oct 24, 2024
0.0.16 Oct 22, 2024
0.0.12-dev Sep 23, 2024

#2173 in Game dev

Download history 270/week @ 2024-09-17 173/week @ 2024-09-24 33/week @ 2024-10-01 2/week @ 2024-10-08 202/week @ 2024-10-15 496/week @ 2024-10-22 15/week @ 2024-10-29 10/week @ 2024-11-05

724 downloads per month
Used in 4 crates (2 directly)

MIT license

17KB
248 lines

🛠️ nimble-rectify

Crates.io Documentation

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 Assent and Seer.

📦 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

~145KB