/elementary-cellular-automaton

Implementation of elementary cellular automation in rust wasm

Primary LanguageRust

Elementary cellular automaton

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.

How to build

  1. install rust and wasm-pack
  2. wasm-pack build
  3. npm install
  4. npm run build

Purpose

Purpose of this project is to test capabilities of rust web assembly and compare it to javascript implementation.