While waiting for Bevy 0.17, I’m having fun working on examples for bevy_replicon.

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

Implemented Boids as an example to showcase deterministic replication.

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