CellularAutomata
GPUCellular automaton simulation with Game of Life and custom rules.
Runs Conway's Game of Life, HighLife, Seeds, or custom birth/survive rules on a configurable grid. LFO-modulated thresholds create evolving patterns. Randomize button reseeds the state.
Source operators/gpu/cellular_automata/cellular_automata.cpp
Parameters
| Name | Type | Range | Default | Description |
|---|---|---|---|---|
| rule_mode | Preset rule set: Life, HighLife, Seeds, or Custom. | |||
| grid_size | Simulation resolution (64-1024). |
Related Operators