Generative
Automata
A cellular automaton: the canvas as the history of one row.
Controls
- rule
- The rule number IS the effect: 30 is chaos, 90 makes triangles, 110 never repeats
- cell
- A number from 1 to 32, 4 by default.
- start
- From one cell the pattern grows as a triangle; from random it fills the width
- density
- A number from 0.02 to 0.9, 0.35 by default.
- wrap
- On or off, on by default.
- ink
- A colour, #0d1117 by default.
- background
- A colour, #f5f2ea by default.