lysogeny-broth 1.0.0

Substrate for cellular automata in Rust.
Documentation

Substrate for cellular automata in Rust. Named after the LB medium used in mircobiology. The underlying grid is of toroidal shape, i.e. the coordinate values/neighbours wrap around. This code is dual-licensed under the MIT/Apache 2.0 licenses.

examples

  • retrieve value as grid: cargo run --example retrieval
  • implementation of rule 30: cargo run --example rule30

links