Page 1 of 1

Continuous Cellular Automaton

Posted: Fri Mar 20, 2009 3:29 pm
by Robin
Another CA (again based on the Life Lua example). This time it's a continuous one.

Every time the CA is run (press R to restart with random initial states), it goes through three stages:
  • Contrasts. Spots that are on average a tiny bit lighter become lighter, and the same goes for darker spots.
  • Advance of the Light Spots. Generally, spots that are light enough become white. Dark spots become smaller.
  • Rectangles. Now, the dark spots strike back. They expand until they are rectangular.
The last stage is by far the longest: the first two are often already finished within 10 or 20 generations, while the third may take several hundreds.

I made two versions: a simple monochromatic, and one with three colors, which is actually just like running 3 separate CA's at the same time, but it looks cooler.

Anyway, please tell me what you think.
contca.love
The Monochromatic one.
(1.67 KiB) Downloaded 375 times
multiccontca.love
The Multi-Chromatic one.
(1.69 KiB) Downloaded 393 times

Re: Continuous Cellular Automaton

Posted: Fri Mar 20, 2009 3:40 pm
by Peter Hickman
The multicolour CA is really cool in a retro 60's way.

Re: Continuous Cellular Automaton

Posted: Sat Mar 21, 2009 7:48 am
by whitebear
Yeah. It's pretty psychedelic.

Re: Continuous Cellular Automaton

Posted: Wed Apr 22, 2009 9:37 pm
by davefp
A joy to watch. The colour version would make a good screen saver.

Re: Continuous Cellular Automaton

Posted: Thu Apr 23, 2009 2:28 am
by athanazio
crazy :)

Re: Continuous Cellular Automaton

Posted: Thu Apr 23, 2009 3:11 pm
by Robin
Here's another weird one:
multiccontca2.love
This one makes me go: "okaaay..."
(1.67 KiB) Downloaded 301 times

Re: Continuous Cellular Automaton

Posted: Thu Apr 23, 2009 3:41 pm
by Robin
And a psychedelic one:
multiccontca3.love
This would be what cellular automatons were like in the sixties.
(1.71 KiB) Downloaded 319 times