Skip to content

CuddlyBunion341/bevy-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages