💾 Archived View for tilde.team › ~smokey › fractal_compendium › 2022-01-05-cellular-automata.gmi captured on 2022-07-16 at 15:24:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Cellular Automata

Cellular Automata as defined by wolfram alpha:

"A cellular automaton is a collection of "colored" cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells."

If you are familiar with Conways Game of life, Cellular automata is like a more advanced version where you can change the ruleset. It seems to operate similar to pascals triangle where the top row influences the next.

Ill be honest with you, i dont really know that much about cellular automata. Its abit too mathy for me. So do your own research if you want to know more. What i do know, however, is that a couple of these rule sets generate sierpinskis triangle. these rulesets are

rule 90

rule 102

Speaking of Conways Game of Life, you can also arrange the cells in a way to generate the S-Triangle.

A video showing that off