processing
00:00
60
Another 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 linear function of the values of the 24 adjacent and next-adjacent pixels, sorted so that the result is non-directional. With 24 coefficients, there are a lot of possible results; this is one that appeared to be of some interest.
The coefficients of this linear function are all zero except for l[9]=0.25;l[8]=1.3;l[7]=1.1;l[22]=0.16;l[20]=-.05;l[4]=-0.9;l[5]=-0.9.
Made with processing.org