Hexagonal Game of Life Explorer
Hexagonal Game of Life with rotational symmetry constraints and mutation tools.

Reverse pattern filtering lets you disqualify rules that produce specific unwanted structures.
Mathematicians, hobbyist programmers, complexity theory enthusiasts
MCell · Golly
Now that we have AI coding, I decided I can build something in that area, and an app for scanning rules was the obvious thing. I implemented an explorer with a bunch of filters: gliders, chaos, large structures, and custom search. The last one works backwards — you draw a pattern and a rule passes only if this pattern never occurs. I could not define "interesting", but it was easy to say what disqualifies a rule. It also renders diagrams as big PNG.
Demo: https://kypaku.github.io/pages/ca2026/ Source: https://github.com/Kypaku/ca2026
Hexagonal Game of Life with rotational symmetry constraints and mutation tools.
69x causal compression on period-15 CA oscillators with deterministic law discovery.
NCAs that heal when damaged, now at HD resolution with implicit neural decoders.
Rust-to-WGSL compilation for cellular automata with live parameter tweaking and history replay.
Grid-free neural cellular automata with regenerating particle morphologies you can interact with.
Wireworld puzzles: elegant constraint satisfaction, but niche audience for cellular automata.