Skip to content

WASM end-to-end proof of concept -- work in progress

Notifications You must be signed in to change notification settings

amethyst/pong_wasm

Repository files navigation

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.

About

WASM end-to-end proof of concept -- work in progress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •