Cellular automaton topic

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.

List Cellular automaton repositories

cellular-automaton

6
Stars
4
Forks
Watchers

🧫 A complex cellular automaton which simulates an entire ecosystem : universe, flora and fauna.

cellmaker

8
Stars
1
Forks
Watchers

Multi-threaded library for cellular automata

bevy_life

53
Stars
2
Forks
Watchers

Generic cellular automaton plugin for bevy.

Eins

99
Stars
30
Forks
Watchers

Simulations of Traffic System Based on the Theory of Cellular Automaton / 基于元胞自动机的交通系统仿真

game-of-life

71
Stars
10
Forks
Watchers

:game_die: Interactive Conway's Game of Life simulation written in Haxe

liquid-simulator-godot

73
Stars
13
Forks
Watchers

2D Liquid simulator with cellular automaton in Godot (GDNative / C++) - Godot 3.2

mergelife

73
Stars
16
Forks
Watchers

Evolve complex cellular automata with a genetic algorithm.

HAIL-CAESAR

42
Stars
13
Forks
Watchers

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics

game-of-life

15
Stars
0
Forks
Watchers

Cellular automaton 'Game of Life' implemented in React