An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bevy Replicon Renet

[![crates.io](https://img.shields.io/crates/v/bevy_replicon_renet)](https://crates.io/crates/bevy_replicon_renet)
[![docs.rs](https://docs.rs/bevy_replicon_renet/badge.svg)](https://docs.rs/bevy_replicon_renet)
[![license](https://img.shields.io/crates/l/bevy_replicon_renet)](#license)
[![codecov](https://codecov.io/gh/projectharmonia/bevy_replicon_renet/graph/badge.svg?token=ZrlFB8wBpO)](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.