8 releases

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

#2445 in Game dev

Download history 15/week @ 2024-10-29 10/week @ 2024-11-05 6/week @ 2024-11-19 4/week @ 2024-11-26 1/week @ 2024-12-03 22/week @ 2024-12-10 123/week @ 2025-02-11

123 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

~140KB