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.

Eandrju/cellular-automaton.nvim

A useless plugin that might help you cope with stubbornly broken tests or overall lack of sense in life. It lets you execute aesthetically pleasing, cellular automaton animations based on the content of neovim buffer.

Lua
1994
7 个月前
JavaScript
273
1 天前

A computer in Conway's game of life

M4
171
8 个月前

Scalable computer implemented in the game of life.

M4
125
3 年前
C++
116
3 个月前

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

Python
112
8 年前

GUI for glider logic in Conway's game of life.

Python
102
6 年前

Evolve complex cellular automata with a genetic algorithm.

Python
82
13 天前

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

C++
79
3 年前

🎲 Interactive Conway's Game of Life simulation written in Haxe

Haxe
77
4 年前

Generic cellular automaton plugin for bevy.

Rust
71
4 个月前

Game of Life with different update rules and on a bunch of different topologies (sphere, torus, klein bottle, etc.)

Go
59
3 年前

Simple Python script that generates cellular automata posters as PDF files.

Python
56
5 个月前

Conway's Game of Life macOS app.

Swift
56
4 年前

Simulation of wildfire using cellular automaton and used mpi4py to parallel the program. Final Project for High Performance Computing and Parallel Computing Spring 2018@GWU

Python
54
7 年前

A simple python implemenation of John H. Conway's Game of Life that runs in Linux and Windows terminal/console.

Python
45
4 年前

Virtual chemistry simultaion. Particle automata. Visualization of the behavior of particles in 2D and 3D space. Artifical life research.

TypeScript
43
1 个月前

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

C++
42
8 天前

A simple command-line tool that generates gif images and animations from elementary cellular automata

Rust
29
3 年前