Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.19 KB

bevy-multiplayer

This is a simple example of how multiplayer can be achieved in bevy using renet. Associated blog article

Inspiration

Demo

CleanShot.2024-06-09.at.22.53.49-converted.mp4

Setup

Prerequisites

git clone [email protected]:CuddlyBunion341/bevy-multiplayer
cd bevy-multiplayer

Usage

# start the server
cargo run --bin server

# start client (as many as you want)
cargo run --bin client

Optimizations:

# use release target for better performance
cargo run --release --bin server
cargo run --release --bin client

License

This project is licensed under the MIT license. For more information, please refer to the LICENSE file.