cargo run --features gl
cargo run --features vulkan
cargo run --features metalRequires nightly rust.
./build.shThen run your favorite HTTP server:
- Node:
npm install -g http-serverthenhttp-server - Python:
python3 -m http.server
Open http://localhost:8080. Currently broken game appears. We need to fix it.
Only Chrome renders something (stable and nightly). Firefox nightly loads but complains.