PeerPressure smoothed

PeerTube

From a pile of shit, new life grows. Conway's Game of Life running independently in the 3 colour channels in 64x64 cells with wrap-around topology.

Not much new code here, just added image loading capability to my old pile-up demo of 2D cellular automata.

#cellularautomaton #gameoflife #conwaysgameoflife #pixelart #voxelart #blockart #3dgraphics #opengl #pythoncode #numpy #algorithmicart #algorist #creativecoding #artxcode #computerart #ittaide #kuavataide #iterati

A basic algorithm for a basic guy: find the edge points in the binary image and change their colour to that of the target image. Rinse and repeat until the edge no longer moves.

#trumpmemes #donaldtrump #greenland #makeamericagreenlandagain #trumpland #cellularautomaton #edgedetection #vonneumann #pythoncode #opengl #algorithmicart #algorist

Rule/Yule 30 cellular automaton with a "band-pass" filter every few iterations. Done in the Bash shell using bitwise math, so each row/state is a single number of 63 bits.

#cellularautomata #cellularautomaton #rule30 #bitwiseoperators #textmode #textmodeart #oldskool #retrocomputing #unixshell #shellprogramming #xterm #joulu6 #xmastree #algorithmicart #algorist #mathart #laskutaide #ittaide #kuavataide #iterati

Crowd: Can anyone tell me the number of rules / transistional functions the classical von-Neuman cellular automaton has?

https://archive.org/details/theoryofselfrepr00vonn_0

#CellularAutomaton #GameOfLife

Theory of self-reproducing automata : Von Neumann, John, 1903-1957 : Free Download, Borrow, and Streaming : Internet Archive

Bibliography: p. 297-302

Internet Archive
#元胞自动机 #CellularAutomaton 是对演化的高度抽象。混沌、不可预测、不可约、不可逆,最简单的模拟就是它本身。未来无法预测,历史也无法重现。
What Can We Learn about Engineering and Innovation from Half a Century of the Game of Life Cellular Automaton?

Stephen Wolfram investigates the discovery of structures since the Game of Life was invented--searching possibilities versus invention by explicit effort. A thorough look at oscillators, modularity, glider guns.

Remember when I mentioned we had ported our #fire propagation #cellularAutomaton from #Python to #Julia, gaining performance and the ability to parallelize more easily and efficiently?

A couple of days ago we had to run another big batch of simulations and while things progressed well at the beginning, we saw the parallel threads apparently hanging one by one until the whole process sat there doing who know what.

Our initial suspicion was that we had come across some weird #JuliaLang issue with #multithreading, which seemed to be confirmed by some posts we found on the Julia forums. We tried the workarounds suggested there, to no avail. We tried a different number of threads, and this led to the hang occurring after a different percent completion. We tried restarting the simulations skipping the ones already done. It always got stuck at the same place (for the same number of threads).

So, what was the problem?

1/n

Idea: A 1d Cellular Automaton that can create new cells. (Not turn them on, create them).

#crochet #mathart #mastoart #cellularautomaton

Реализация клеточного автомата ":Life" на Python и pygame

демонстрация

#coding #python #cellularautomaton #life #demo