#bevy-plugin #quic #networking #gamedev #plugin

bevy_replicon_quinnet

Integration with bevy_quinnet for bevy_replicon

11 breaking releases

new 0.12.0 Apr 27, 2025
0.11.0 Mar 24, 2025
0.10.0 Mar 13, 2025
0.7.0 Dec 2, 2024
0.4.0 Jul 5, 2024

#1938 in Game dev

Download history 8/week @ 2024-12-29 104/week @ 2025-01-12 22/week @ 2025-01-19 3/week @ 2025-01-26 136/week @ 2025-02-02 23/week @ 2025-02-09 13/week @ 2025-02-16 16/week @ 2025-02-23 26/week @ 2025-03-02 108/week @ 2025-03-09 26/week @ 2025-03-16 114/week @ 2025-03-23 12/week @ 2025-03-30 2/week @ 2025-04-06 2/week @ 2025-04-13

130 downloads per month

MIT/Apache

240KB
3.5K SLoC

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

Simple box

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

Tic tac toe

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 bevy_quinnet bevy_replicon_quinnet bevy_replicon
0.16 0.17 0.12 0.33
0.15 0.16 0.11 0.32
0.15 0.15 0.10 0.31
0.15 0.14 0.9 0.30
0.15 0.13-0.14 0.7-0.8 0.29
0.14 0.10-0.11 0.5-0.6 0.28
0.14 0.9 0.4 0.27
0.13 0.8 0.3 0.26
0.13 0.8 0.2 0.25
0.13 0.8 0.1 0.24

Before v0.7.0, this repository was inside the bevy_quinnet repository

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.

Dependencies

~54MB
~1M SLoC