[go: up one dir, main page]

While waiting for Bevy 0.17, I鈥檓 having fun working on examples for bevy_replicon.

It鈥檚 a crate for server-authoritative networking. We use it for Simgine, but it鈥檚 general-purpose.

Implemented Boids as an example to showcase deterministic replication.

https://github.com/simgine/bevy_replicon/pull/554