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