⚠️ 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!
a bevy multiplayer browser game example
made possible with bevy, mrks-its/bevy_webgl2 and smokku/bevy_networking_turbulence
cargo install wasm-bindgen-cli
cargo install basic-http-server
cd arugio_server
cargo run --release
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