Skip to content

SIL0RAK/elementary-cellular-automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19e3501 · Jul 14, 2023

History

17 Commits
Jul 14, 2023
Jul 14, 2023
Jul 12, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 12, 2023
Jul 14, 2023
Jul 14, 2023
Jul 13, 2023
Jul 12, 2023
Jul 12, 2023

Repository files navigation

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.