implementation of elementary cellular automaton in rust web assembly.
Wikipedia article about elementary cellular automaton
implemented rules:
- 30
- 90
- 110
- 184
- 250
If you want to test different rule it is possible to do that by applying simple modification to the code.
- install rust and wasm-pack
wasm-pack build
npm install
npm run build
Purpose of this project is to test capabilities of rust web assembly and compare it to javascript implementation.