bevy_ggrs

Crates.iobevy_ggrs
lib.rsbevy_ggrs
version0.16.0
sourcesrc
created_at2022-01-08 19:15:07.676296
updated_at2024-07-14 09:11:35.407522
descriptionBevy plugin for the GGRS P2P rollback networking library
homepage
repositoryhttps://github.com/gschup/bevy_ggrs
max_upload_size
id510406
size391,850
Georg Friedrich Schuppe (gschup)

documentation

README

GGRS LOGO

crates.io GitHub Workflow Status

Bevy GGRS

Bevy plugin for the GGRS P2P rollback networking library. The plugin creates a custom stage with a separate schedule, which handles correctly advancing the gamestate, including rollbacks. It efficiently handles saving and loading of the gamestate by only snapshotting relevant parts of the world, as defined by the user. It is supposed to work with the latest released version of bevy.

For explanation on how to use it, check the 👉examples!

Live Demonstration (currently offline)

bevy_GGRS has a demo app you can try in the browser! It uses matchbox to facilitate communication between browsers. Try it out with a friend! Just click the link and match with another player! (You can also open the link in two separate windows to play against yourself)

Compatible Versions

bevy bevy_ggrs ggrs
0.14 main main
0.14 0.16 0.10.2
0.13 0.15 0.10.1
0.12 0.14 0.10
0.11 0.13 0.9.4
0.10 0.12 0.9.4
0.9 0.11 0.9.3
0.8 0.10 0.9
0.6 0.9 0.9

Thanks

to bevy_backroll and bevy_rollback for figuring out pieces of the puzzle that made bevy_GGRS possible. Special thanks to the helpful folks in the bevy discord, providing useful help and pointers all over the place.

Licensing

Bevy_GGRS is dual-licensed under either

at your option.

Commit count: 381

cargo fmt