#

Cellular 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.

https://static.github-zh.com/github_avatars/The-Powder-Toy?size=40

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++ 4.88 k
14 天前
Chakazul/Lenia
https://static.github-zh.com/github_avatars/Chakazul?size=40

Lenia - 数学生命形式,该项目使用数学算法模型生成 2D 细胞,运动流畅自然,如同显微镜下的实景

Python 3.68 k
1 年前
https://static.github-zh.com/github_avatars/hunar4321?size=40

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

HTML 3.23 k
1 年前
Eandrju/cellular-automaton.nvim
https://static.github-zh.com/github_avatars/Eandrju?size=40

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 ...

Lua 2 k
8 个月前
https://static.github-zh.com/github_avatars/rileyjshaw?size=40

👾 JS library for simple biological simulations and cellular automata

JavaScript 612
6 年前
https://static.github-zh.com/github_avatars/jongallant?size=40

Cellular Automaton 2D Liquid Simulator for Unity

C# 510
5 年前
https://static.github-zh.com/github_avatars/avaneev?size=40

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
6 个月前
https://static.github-zh.com/github_avatars/ljvmiranda921?size=40

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

Vue 314
2 年前
https://static.github-zh.com/github_avatars/cgsdev0?size=40

falling sand sim for tmux 3.4+

Rust 273
1 年前
https://static.github-zh.com/github_avatars/lantunes?size=40

A library for working with Cellular Automata, for Python.

Python 242
3 年前
https://static.github-zh.com/github_avatars/chenmingxiang110?size=40
Python 241
2 年前
https://static.github-zh.com/github_avatars/maxencefaldor?size=40

Cellular Automata Accelerated in JAX (Oral at ICLR 2025)

Python 215
4 个月前
https://static.github-zh.com/github_avatars/bollu?size=40

a collection of cellular automata written in Haskell with Diagrams

Haskell 188
6 年前
https://static.github-zh.com/github_avatars/kchapelier?size=40

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

JavaScript 183
6 年前
loading...

Created by Stanisław Ulam, John von Neumann

发布于 1940

Website
Wikipedia
维基百科

相关主题

Automaton