Crates.io | nimble-seer |
lib.rs | nimble-seer |
version | 0.0.17-dev |
source | src |
created_at | 2024-01-31 20:09:23.551389 |
updated_at | 2024-10-24 10:27:55.897985 |
description | Nimble Prediction |
homepage | |
repository | https://github.com/nimble-rust/nimble |
max_upload_size | |
id | 1122157 |
size | 10,131 |
nimble-seer
is a Rust library designed to handle predicted steps and provide callbacks for
deterministic simulations. It efficiently manages predicted game state steps and syncs them
with authoritative steps, ensuring a smooth and predictable simulation experience.
Seer: one that predicts future events or developments
SeerCallback
trait to handle actions before, during, and after each tick in the simulation.Add the following to your Cargo.toml
file:
[dependencies]
nimble-seer = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.