this post was submitted on 22 Feb 2025
1 points (100.0% liked)

Project Harmonia

66 readers
1 users here now

A work-in-progress life simulation game.

GitHub

founded 1 year ago
MODERATORS
 

Previously, I used a special ClientId type to refer to connected clients and stored their data in several resources.

I wasn't satisfied with this API and decided to try turning them into entities. Now, Entity is the identifier, and components store related data. I'm quite happy with the results, but waiting for a review from the second maintainer: https://github.com/projectharmonia/bevy_replicon/pull/423

If you have any suggestions or ideas, feel free to comment ๐Ÿ™‚

Just preparing the crate to the upcoming talk at Bevy Meetup #9. Still in a break from actual game development.

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