Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 540 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 540 Bytes

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 then http-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.