pong_wasm
pong_wasm copied to clipboard
WASM end-to-end proof of concept -- work in progress
Pong -- WASM end-to-end proof of concept
Building
Native
cargo run --features gl
cargo run --features vulkan
cargo run --features metal
WASM
Ongoing Development
Requires nightly rust.
./build.sh
Then run your favorite HTTP server:
- Node:
npm install -g http-server
thenhttp-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.