🧬 Bevy Replicon 0.33.0 is out!
1y 1mon ago by lemmy.ml/u/Shatur in bevy@programming.dev from github.com
It’s a crate for server-authoritative networking. We use it for Project Harmonia, but it's general-purpose.
Highlights:
- Relationships networking. Use relationships to specify which entities should be replicated in a single message.
- Immutable components support. Replication is automatically applied via insertion for them.
replicate_mappednow deprecated. Regularreplicatenow works for all components.- Support for
no_stdand environments without atomic CAS, such asthumbv6m.