https://github.com/projectharmonia/bevy_replicon_renet
Integration with renet for bevy_replicon
https://github.com/projectharmonia/bevy_replicon_renet
bevy bevy-replicon messaging multiplayer netcode replication server-authoritative
Last synced: 8 months ago
JSON representation
Integration with renet for bevy_replicon
- Host: GitHub
- URL: https://github.com/projectharmonia/bevy_replicon_renet
- Owner: projectharmonia
- License: apache-2.0
- Created: 2024-06-29T16:59:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T21:46:12.000Z (about 1 year ago)
- Last Synced: 2025-02-03T22:32:04.501Z (about 1 year ago)
- Topics: bevy, bevy-replicon, messaging, multiplayer, netcode, replication, server-authoritative
- Language: Rust
- Homepage: https://crates.io/crates/bevy_replicon_renet
- Size: 336 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy Replicon Renet
[](https://crates.io/crates/bevy_replicon_renet)
[](https://docs.rs/bevy_replicon_renet)
[](#license)
[](https://codecov.io/gh/projectharmonia/bevy_replicon_renet)
An integration of [`bevy_renet`](https://github.com/lucaspoffo/renet/tree/master/bevy_renet) as a messaging backend for [`bevy_replicon`](https://github.com/projectharmonia/bevy_replicon).
## Getting Started
Check out the [getting started guide](https://docs.rs/bevy_replicon_renet).
See also [examples](examples).
## Compatible versions
| bevy_renet | bevy_replicon | bevy_replicon_renet |
| ---------- | ------------- | ------------------- |
| 1.0.0 | 0.32 | 0.9 |
| 1.0.0 | 0.31 | 0.8 |
| 1.0.0 | 0.30 | 0.7 |
| 1.0.0 | 0.29 | 0.6 |
| 0.0.12 | 0.28 | 0.5 |
| 0.0.12 | 0.27 | 0.4 |
| 0.0.11 | 0.26 | 0.3 |
| 0.0.11 | 0.25 | 0.2 |
| 0.0.11 | 0.24 | 0.1 |
## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT License](LICENSE-MIT) at your option.