Repository navigation

#

Cellular automaton

Created by Stanisław Ulam, John von Neumann

发布于 1940

维基百科

相关主题

Automaton

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.

Probabilistic language based on pattern matching and constraint propagation, 153 examples

C#
7884
1 年前

Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat.

C++
4898
17 天前
Chakazul/Lenia
Python
3683
1 年前

A simple program to simulate artificial life using attraction/reuplsion forces between many particles

HTML
3236
1 年前

👾 JS library for simple biological simulations and cellular automata

JavaScript
612
6 年前

Cellular Automaton 2D Liquid Simulator for Unity

C#
511
5 年前

PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)

C
318
7 个月前

Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction

Vue
314
2 年前
JavaScript
284
12 小时前

falling sand sim for tmux 3.4+

Rust
273
1 年前

A reproduction of growing neural cellular automata using PyTorch.

Python
244
2 年前

A library for working with Cellular Automata, for Python.

Python
242
3 年前

Cellular Automata Accelerated in JAX (Oral at ICLR 2025)

Python
223
5 个月前

a collection of cellular automata written in Haskell with Diagrams

Haskell
188
6 年前

Generate a voxel shader (for MagicaVoxel) from a custom CA rule

JavaScript
183
6 年前

A computer in Conway's game of life

M4
172
10 个月前

Generates a 2D animation of Rule 30 (or other rules) being fed into Conway's Game of Life.

Python
166
2 年前