this post was submitted on 27 Apr 2025
4 points (100.0% liked)

Project Harmonia

82 readers
4 users here now

A work-in-progress life simulation game.

GitHub

founded 1 year ago
MODERATORS
 

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_mapped now deprecated. Regular replicate now works for all components.
  • Support for no_std and environments without atomic CAS, such as thumbv6m.

πŸ“œFull changelog πŸ“¦bevy_replicon

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