Chase each other in a galaxy view, powered by the bevy
game engine.
🚧 WIP
- bevy queries
- bevy cheat book - guided tutorial
- bevy cheat book - pan/orbit camera
- bevy mod picking
- Echo server
tokio-tungstenite
Setup
rustup target install wasm32-unknown-unknown
cargo install wasm-bindgen-cli
Build
cargo build --bin viewer_sp --release --target wasm32-unknown-unknown
wasm-bindgen \
--no-typescript \
--target web \
--out-dir ./www/ \
--out-name "viewer_sp" \
./target/wasm32-unknown-unknown/release/viewer_sp.wasm
Serve
python3 -m http.server --bind 127.0.0.1 --directory www 8080
All contributions are assumed to be under our MIT license.