this post was submitted on 17 May 2026
4 points (100.0% liked)

Bevy

406 readers
6 users here now

A community for discussion around the bevy game engine! https://bevyengine.org/

founded 2 years ago
MODERATORS
 

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

The 0.40 release targets Bevy 0.18 and introduces shared messages/events, which are useful for client-side prediction.

The 0.41-rc.1 release targets Bevy 0.19-rc.1 and includes long-awaited resource replication. It was trivial to add since resources are now backed by components.

As always, I recommend updating to 0.40 first.

See the changelog for the full list of changes.

πŸ“œFull changelog πŸ“¦bevy_replicon

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here