bevy_replicon_quinnet 0.1.0

Integration with bevy_quinnet for bevy_replicon
Documentation

Bevy tracking crates.io bevy_quinnet on doc.rs

Bevy Replicon Quinnet

An integration of bevy_quinnet as a transport for bevy_replicon

Examples

Examples were ported from bevy_replicon_renet's examples

Start a server with cargo run --example simple_box server and a client with cargo run --example simple_box client.

Start a server with cargo run --example tic_tac_toe server and a client with cargo run --example tic_tac_toe client.

Sources for the examples can be found in the examples directory.

Compatible versions

bevy_quinnet bevy bevy_replicon_quinnet bevy_replicon
0.8 0.13 0.1 0.24
0.7 0.13 - -
0.6 0.12 - -
0.5 0.11 - -
0.4 0.10 - -
0.2-0.3 0.9 - -
0.1 0.8 - -

License

This crate is free and open source. All code in this repository is dual-licensed under either:

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.