/game-of-life-wasm

Primary LanguageRustApache License 2.0Apache-2.0

TODO

  • imlpement delta-based design
  • swap canvas for WebGL

Run

wasm-pack build

cd www

npm i

npm run start

Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🔋 Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • console_error_panic_hook for logging panic messages to the developer console.
  • wee_alloc, an allocator optimized for small code size.
  • LICENSE-APACHE and LICENSE-MIT: most Rust projects are licensed this way, so these are included for you

License