A Cellular Automaton implemented with WebAssembly (WASM).
Check the current status: Live Demo
- Clone this repository:
git clone https://github.com/obizip/cellauto-wasm.git cd cellauto-wasm
- Serve the project (example):
Open your browser and navigate to
python -m http.server 8000
http://localhost:8000
.
- Set up the Rust environment
- Install wasm-pack:
cargo install wasm-pack
- Build the project with make:
make
Note
You can built without make:
cd cellauto && wasm-pack build --target web
- You can serve the built project