Generic cellular automaton plugin for bevy.
-
Updated
Dec 7, 2024 - Rust
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.
Generic cellular automaton plugin for bevy.
A simple command-line tool that generates gif images and animations from elementary cellular automata
A fast, flexible, and feature-rich interactive multidimensional cellular automaton simulator written in Rust
A game of life🔬 simulator on an infinite♾️ plane
Rust playground project on 1-dimension cellular automata, with command line and gtk GUI and WASM implementation
Conway's Game of Life for the terminal
A different take on the sandpile model
A Rust cellular automata simulator that can output GIF animations.
Simulator of viral infection spread and containment in cell monolayer.
Pseudo random number generator with cellular automaton rule 30.
Implementation of the cellular automaton called "Brian's Brain" in rust with Vulkan API.
Specify the rules of a cellular automaton and watch it run
substrate for cellular automata in Rust.
elementary cellular automaton on the web!
A 2D Simulator in Rust for cellular automata such as Conway's Game of Life and Langton's Ant among others. Powered by the ggez framework.
A Rust implementation for Cellular Automata.
A falling sand simulation engine written in Rust and GLSL
Cellular automata library written in Rust
Displayer & library for 2D cellular automata.
Created by Stanisław Ulam, John von Neumann
Released 1940