Bert Wang-Chak Chan (2019) — smooth generalisation of Conway's Game of Life
Presets:
Kernel radius RR = 13
Growth μ (center)μ = 0.150
Growth σ (width)σ = 0.015
Timestep dtdt = 0.10
Speedx2
Lenia is a continuous CA where each cell holds a real value A∈[0,1]. Cells update via a circular kernel convolution and a bell-shaped growth function G(u) = 2·exp(−(u−μ)²/(2σ²))−1. Click to draw cells.