00:00
60
Another 2D continuous automata video.
Each pixel has a value between 0 and 1. At each iteration, each pixel's value is replaced by a value given by a function of the values of the 8 adjacent pixels, sorted so that the result is non-directional.
Here, a conditional expression is used (rather than a linear function) to determine the new pixel value. Also, the initial setup is special in this one, to ensure small areas of blackness.
Made with processing.org