Skip to content

Aceeri/sabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sabi

Opinionated client-server architecture for Bevy

Goals:

  • Prediction based on inputs
  • Replication by a simple derive and adding a system to server/client
  • Priority queue based sending so we focus on important entities/components. Interest management based on changes/connecting players.
  • TBD (whatever else I feel like doin)

Is it production ready?

Who the hell knows but I'm using it. It definitely isn't super polished yet, but I'm hoping to improve that in the next couple months.

Feel free to contribute to this or to renet (the underlying library) here: https://github.com/lucaspoffo/renet Most of the hard work of getting the UDP/packets sending/encryption was done over there.

About

Client-server architecture for Bevy

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages