Skip to content

ostwilkens/arugio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ this example is currently out of date. bevy_networking_turbulence is no longer maintained, so a rewrite with another network library is required. contributions welcome!

arugio

a bevy multiplayer browser game example

client screenshot

made possible with bevy, mrks-its/bevy_webgl2 and smokku/bevy_networking_turbulence

requirements

cargo install wasm-bindgen-cli

cargo install basic-http-server

run server

cd arugio_server
cargo run --release

run client

cd arugio_client
cargo build --release
cd ..
wasm-bindgen --no-typescript --out-dir dist --target web ./target/wasm32-unknown-unknown/release/arugio_client.wasm
basic-http-server dist

About

a bevy multiplayer browser game example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages