Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aceeri/sabi
Client-server architecture for Bevy
https://github.com/aceeri/sabi
client-server game-development networking
Last synced: 5 days ago
JSON representation
Client-server architecture for Bevy
- Host: GitHub
- URL: https://github.com/aceeri/sabi
- Owner: Aceeri
- License: apache-2.0
- Created: 2022-06-08T00:14:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T20:43:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:03:55.321Z (about 1 month ago)
- Topics: client-server, game-development, networking
- Language: Rust
- Homepage:
- Size: 536 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# Sabi
Opinionated client-server architecture for Bevy
Goals:
- [X] Prediction based on inputs
- [X] Replication by a simple derive and adding a system to server/client
- [X] ~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.