Stories by 0x2ba22e11
This is a 2D cellular automaton with an update rule that makes it cycle. It's seeded with random noise. Try turning the number of states up to 20 or more, making it really big and ticking the "Go fast?" box.
This is written using WebGL with the CCA update step calculated in a fragment shader. The...