Crate cellular_automaton[][src]

Expand description

A cellular automaton simulation library with WebAssembly as a target.

Structs

A two-dimensional cellular automaton with a finite grid of cells.

A ruleset consisting of survival, birth, and generation rules.

Type Definitions

A list containing values that each represent the number of live, first-generation neighbors that must exist for a dead cell to come to life.

The maximum value that a cell can have.

A list containing values that each represent the number of live, first-generation neighbors that must exist for a live, first-generation cell to remain alive.