Conway's Game of Life in 3D
-
Updated
Dec 27, 2024 - C++
A cellular automaton is a discrete model of computation studied in automata theory.
It consists of a regular grid of cells, each in one of a finite number of states; a new generation is created according to some fixed rule that determines the new state of each cell in terms of the current state of the cell and its neighborhood.
Typically, the rule for updating the state of cells is the same for each cell and does not change over time, and is applied to the whole grid simultaneously, though exceptions are known, such as the stochastic cellular automaton and asynchronous cellular automaton.
A well-known cellular automaton is Conway’s Game of Life.
Conway's Game of Life in 3D
2D Liquid simulator with cellular automaton in Godot (GDNative / C++) - Godot 3.2
The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
Framework for building parallel cellular automata in C++. In it you can also find a work-stealing threadpool and a reusable barrier that you can use in other projects.
c++/Qt library for displaying and interacting with cellular automata
Conway's Game of Life on MS-DOS
Game of life implemented with the cellular automaton algorithm
A visual simulation of colonization
Conway's Game of Life on OLED ssd1306 I2C with Arduino Uno
Evolving Cellular Automata rules for Image segmentation with Genetic Programming
A highly performant C++ & Web implementation of Langton's ant
ESP32 (ESP8266) paired with 433MHz wearable button to make a cell phone call as an emergency notification.
A Genetic Algorithm Application and Related Scripts to explore Emergent Cellular Automaton similar to Conway's Game of Life.
Cellular Automata from an Actor's perspective.
This is a model plugin for Evoplex. It implements a few elementary cellular automaton rules.
This is a model plugin for Evoplex. It implements a simple model to simulate the spread of infection across a population.
A high performance OpenMP implementation of Conway's Game of Life with an SFML visualizer
Life is a cellular automaton created by British mathematician John Horton Conway. It is a zero-player simulation modelling population growth.
Forest Fire cellular automata written in C++ with Allegro5
Created by Stanisław Ulam, John von Neumann
Released 1940