Conway's Game of Life hides fluid dynamics. Added continuous flow fields, Simple binary rules generate complex physics layers.
medium.com/@gianlucabailo/lifeflows-from-binary-grids-to-emergent-worlds-343a42ecc074
#GameOfLife #CellularAutomata #ComplexSystems #FluidDynamics #ComputationalPhysics
medium.com/@gianlucabailo/lifeflows-from-binary-grids-to-emergent-worlds-343a42ecc074
#GameOfLife #CellularAutomata #ComplexSystems #FluidDynamics #ComputationalPhysics
October 24, 2025 at 8:00 AM
Conway's Game of Life hides fluid dynamics. Added continuous flow fields, Simple binary rules generate complex physics layers.
medium.com/@gianlucabailo/lifeflows-from-binary-grids-to-emergent-worlds-343a42ecc074
#GameOfLife #CellularAutomata #ComplexSystems #FluidDynamics #ComputationalPhysics
medium.com/@gianlucabailo/lifeflows-from-binary-grids-to-emergent-worlds-343a42ecc074
#GameOfLife #CellularAutomata #ComplexSystems #FluidDynamics #ComputationalPhysics
Swipe up to try a new variant on Conway's Game of Life. And another. And another. This is how artificial-life researchers spread the joy after the #ALIFE2025 conference! They say it's like TikTok, but I wouldn't know.... ⚙️🧫 rulehunt.org?rulesetHex=7... #cellularautomata #gameoflife
October 11, 2025 at 2:28 AM
Swipe up to try a new variant on Conway's Game of Life. And another. And another. This is how artificial-life researchers spread the joy after the #ALIFE2025 conference! They say it's like TikTok, but I wouldn't know.... ⚙️🧫 rulehunt.org?rulesetHex=7... #cellularautomata #gameoflife
⛰️ Realistic landscapes can be generated by stacking iterations of 2D #cellularautomata into heightmaps! New paper to be presented at #IEEECoG next week.
💪With António Rodrigues, Diogo de Andrade, and @phil-lopes.com
👌 #ULusofona, #HEILab, #CTS/#UNINOVA, #FCT
ieeexplore.ieee.org/document/111...
💪With António Rodrigues, Diogo de Andrade, and @phil-lopes.com
👌 #ULusofona, #HEILab, #CTS/#UNINOVA, #FCT
ieeexplore.ieee.org/document/111...
Generating 3D Terrain with 2D Cellular Automata
This paper explores the use of 2D cellular automata (CA) to generate 3D terrains through a simple additive approach. Experimenting with multiple CA transition rules produced aesthetically interesting,...
ieeexplore.ieee.org
August 23, 2025 at 2:46 PM
⛰️ Realistic landscapes can be generated by stacking iterations of 2D #cellularautomata into heightmaps! New paper to be presented at #IEEECoG next week.
💪With António Rodrigues, Diogo de Andrade, and @phil-lopes.com
👌 #ULusofona, #HEILab, #CTS/#UNINOVA, #FCT
ieeexplore.ieee.org/document/111...
💪With António Rodrigues, Diogo de Andrade, and @phil-lopes.com
👌 #ULusofona, #HEILab, #CTS/#UNINOVA, #FCT
ieeexplore.ieee.org/document/111...
Researchers presented a cellular automaton that alternates two rules in a fixed two‑step cycle, with some pairs reversible even though each rule alone isn’t. Read more: https://getnews.me/temporally-non-uniform-cellular-automata-reversibility-and-cyclic-patterns/ #cellularautomata #reversibility
September 20, 2025 at 7:52 AM
Researchers presented a cellular automaton that alternates two rules in a fixed two‑step cycle, with some pairs reversible even though each rule alone isn’t. Read more: https://getnews.me/temporally-non-uniform-cellular-automata-reversibility-and-cyclic-patterns/ #cellularautomata #reversibility
Sierpinski triangle using 1D cellular automata #fractal #2dfractal #2dart #triangles #pyramids #cellularautomata #automata
March 12, 2025 at 11:40 PM
Sierpinski triangle using 1D cellular automata #fractal #2dfractal #2dart #triangles #pyramids #cellularautomata #automata
Been playing around with #gameoflife #cellularautomata in torodial space. Found some cool stuff - it also works pretty well for a screen saver
September 18, 2025 at 8:17 PM
Been playing around with #gameoflife #cellularautomata in torodial space. Found some cool stuff - it also works pretty well for a screen saver
#AutomataCelular de k=2, r=1, B={1,2}, S={1,2,3,4,5,6,8}
de dos dimensiones
#artegenerativa #generativeart
#cellularAutomata #mathart
hecho con:
#numpy #python #pygame
de dos dimensiones
#artegenerativa #generativeart
#cellularAutomata #mathart
hecho con:
#numpy #python #pygame
September 5, 2025 at 12:23 AM
#AutomataCelular de k=2, r=1, B={1,2}, S={1,2,3,4,5,6,8}
de dos dimensiones
#artegenerativa #generativeart
#cellularAutomata #mathart
hecho con:
#numpy #python #pygame
de dos dimensiones
#artegenerativa #generativeart
#cellularAutomata #mathart
hecho con:
#numpy #python #pygame
Feels really cool when you finally build your project. Here's my implementation of Conway's Game of Life with a focus on being my desktop lava lamp, with features like filling the window with randomly, and spawning pre-programmed long lasting patterns
#CellularAutomata #pygame #mac
#CellularAutomata #pygame #mac
December 9, 2024 at 10:18 AM
Feels really cool when you finally build your project. Here's my implementation of Conway's Game of Life with a focus on being my desktop lava lamp, with features like filling the window with randomly, and spawning pre-programmed long lasting patterns
#CellularAutomata #pygame #mac
#CellularAutomata #pygame #mac
4 colors woven together.
.
#cellularautomata #creativecodeart #algorithmicart #digitalpatterns #codeart #natureinspireddesign #mathart
.
#cellularautomata #creativecodeart #algorithmicart #digitalpatterns #codeart #natureinspireddesign #mathart
January 22, 2025 at 1:40 PM
4 colors woven together.
.
#cellularautomata #creativecodeart #algorithmicart #digitalpatterns #codeart #natureinspireddesign #mathart
.
#cellularautomata #creativecodeart #algorithmicart #digitalpatterns #codeart #natureinspireddesign #mathart
I made a implementation of Conway's Game of Life with @ratatui.rs! Check it out at github.com/jetpham/life
#rustlang #ratatui #conwaysgameoflife #terminal #cellularautomata
#rustlang #ratatui #conwaysgameoflife #terminal #cellularautomata
February 18, 2025 at 10:52 AM
I made a implementation of Conway's Game of Life with @ratatui.rs! Check it out at github.com/jetpham/life
#rustlang #ratatui #conwaysgameoflife #terminal #cellularautomata
#rustlang #ratatui #conwaysgameoflife #terminal #cellularautomata
Added explosions! Pixels now have hit points based on their material, which determines how much of the blast they can take before being destroyed.
#gamedev #fallingsand #cellularautomata
#gamedev #fallingsand #cellularautomata
December 31, 2024 at 3:07 AM
Added explosions! Pixels now have hit points based on their material, which determines how much of the blast they can take before being destroyed.
#gamedev #fallingsand #cellularautomata
#gamedev #fallingsand #cellularautomata
#virtualcreatures #virtualart #aiart #virtualphotography #8bitart #digitalart #cellularautomata #scienceart #virtualartist #newageart
October 1, 2025 at 2:36 PM
November 15, 2024 at 4:31 PM
writing cellular automata rules is a hobby I always return to.. most rulesets result in boring/redundant outputs, but occasionally stumbling into something novel and surprising is a joy
.
#cellularautomata
.
#cellularautomata
November 27, 2024 at 7:36 PM
writing cellular automata rules is a hobby I always return to.. most rulesets result in boring/redundant outputs, but occasionally stumbling into something novel and surprising is a joy
.
#cellularautomata
.
#cellularautomata
cellular automata based on the sine function and the adjacent neighbors
#cellularautomata #cellularautomataart
#p5js #p5jsart
#creativecoding
#creativecodeart #processing #p5jsart
#javascript
#generativevisuals #multimedia #nft
#nftart
#gaudiramone
#apocalysisphotographers
#cellularautomata #cellularautomataart
#p5js #p5jsart
#creativecoding
#creativecodeart #processing #p5jsart
#javascript
#generativevisuals #multimedia #nft
#nftart
#gaudiramone
#apocalysisphotographers
March 1, 2025 at 3:08 PM
cellular automata based on the sine function and the adjacent neighbors
#cellularautomata #cellularautomataart
#p5js #p5jsart
#creativecoding
#creativecodeart #processing #p5jsart
#javascript
#generativevisuals #multimedia #nft
#nftart
#gaudiramone
#apocalysisphotographers
#cellularautomata #cellularautomataart
#p5js #p5jsart
#creativecoding
#creativecodeart #processing #p5jsart
#javascript
#generativevisuals #multimedia #nft
#nftart
#gaudiramone
#apocalysisphotographers
I swapped the platform script with Brian's Brain (• ▽ •;)
#gamedev #indiedev #cellularautomata #noita
#gamedev #indiedev #cellularautomata #noita
February 6, 2025 at 3:05 PM
I swapped the platform script with Brian's Brain (• ▽ •;)
#gamedev #indiedev #cellularautomata #noita
#gamedev #indiedev #cellularautomata #noita
Today's #januarty prompt is #red. Here's some of my #conwaysgameoflife #fairisle knitting using a fair bit of poppy red.
#mathscraft #cellularautomata
#mathscraft #cellularautomata
January 27, 2025 at 10:44 PM
Today's #januarty prompt is #red. Here's some of my #conwaysgameoflife #fairisle knitting using a fair bit of poppy red.
#mathscraft #cellularautomata
#mathscraft #cellularautomata
Infinite Scroll
For #Genuary28, I built a text-based cellular automaton in #p5js that continuously generates patterns, adding paragraphs directly to the browser.
An infinite, self-organizing textscape.
#Genuary #GenerativeArt #CreativeCoding #ASCIIArt #CellularAutomata
For #Genuary28, I built a text-based cellular automaton in #p5js that continuously generates patterns, adding paragraphs directly to the browser.
An infinite, self-organizing textscape.
#Genuary #GenerativeArt #CreativeCoding #ASCIIArt #CellularAutomata
January 28, 2025 at 10:29 PM
Infinite Scroll
For #Genuary28, I built a text-based cellular automaton in #p5js that continuously generates patterns, adding paragraphs directly to the browser.
An infinite, self-organizing textscape.
#Genuary #GenerativeArt #CreativeCoding #ASCIIArt #CellularAutomata
For #Genuary28, I built a text-based cellular automaton in #p5js that continuously generates patterns, adding paragraphs directly to the browser.
An infinite, self-organizing textscape.
#Genuary #GenerativeArt #CreativeCoding #ASCIIArt #CellularAutomata
September 15, 2024 at 1:34 PM
I don't often post a teaser for a #GameJam, but this prototype looked too satisfying not to share.
#RogueAutomata #GameDev #IndieDev #CellularAutomata #GameOfLife
#RogueAutomata #GameDev #IndieDev #CellularAutomata #GameOfLife
July 16, 2025 at 4:53 PM
I don't often post a teaser for a #GameJam, but this prototype looked too satisfying not to share.
#RogueAutomata #GameDev #IndieDev #CellularAutomata #GameOfLife
#RogueAutomata #GameDev #IndieDev #CellularAutomata #GameOfLife
Next Crocheted Cellular Automaton!
This Time we can also loose stitches. This slows the growth considerably, but it still wins out.
#crochet #mathart #cellularautomata
This Time we can also loose stitches. This slows the growth considerably, but it still wins out.
#crochet #mathart #cellularautomata
December 28, 2024 at 3:35 PM
Next Crocheted Cellular Automaton!
This Time we can also loose stitches. This slows the growth considerably, but it still wins out.
#crochet #mathart #cellularautomata
This Time we can also loose stitches. This slows the growth considerably, but it still wins out.
#crochet #mathart #cellularautomata
Conway's Game of Life - AI demo of cellular automata programmed in JavaScript with Three.js. gist.github.com/primaryobjec... #javascript #AI #cellularautomata #3D #graphics #threejs
March 1, 2025 at 3:50 AM
Conway's Game of Life - AI demo of cellular automata programmed in JavaScript with Three.js. gist.github.com/primaryobjec... #javascript #AI #cellularautomata #3D #graphics #threejs
Hexagonal flake cellular automaton. #cellularautomata #flakenews
Space Flake
YouTube video by Hexagon Truth
www.youtube.com
October 8, 2025 at 3:36 PM
Hexagonal flake cellular automaton. #cellularautomata #flakenews