A visualizer for Conway's game of life built using Rust compiled to WebAssembly.
This project uses wasm-pack-template.
The web assembly can be built using:
wasm-pack build
Then, install Javascript dependencies and run local server with:
cd www
npm install && npm run start
wasm-pack test --headless --firefox
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)