this post was submitted on 17 Nov 2024
1 points (100.0% liked)

Project Harmonia

82 readers
2 users here now

A work-in-progress life simulation game.

GitHub

founded 1 year ago
MODERATORS
 

I've been working on bevy_replicon for the last two weeks. That's the networking library we use for the game.

Originally, I planned to make a small change to include the number of updates in the message (needed for prediction) but ended up completely reworking the serialization ๐Ÿ˜… Typical me. This change improves message packaging. For example, in our statistics test, we use only 16 bytes for a test message instead of 33!

Okay, it's finally time to go back to the original change I wanted to make ๐Ÿ˜„

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