termCA

Crates.iotermCA
lib.rstermCA
version
sourcesrc
created_at2024-11-15 16:27:12.912933
updated_at2024-11-29 22:40:09.208771
descriptionInteractive TUI Cellular Automata simulator
homepagehttps://github.com/fabiooo4/termCA
repositoryhttps://github.com/fabiooo4/termCA
max_upload_size
id1449306
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Fabio Irimie (fabiooo4)

documentation

README

logo

TermCA

TermCA is a TUI simulator for cellular automata written in Rust. It displays the automata in the terminal and allows you to interact with the simulation in real time.

Simulations

The latest version supports the following simulations:

Installation

cargo install termCA

Usage

When you run the program, you will be presented with a menu where you can select the simulation you want to run. Every screen and popup has its own set of controls that you can see by pressing ?.

Commit count: 94

cargo fmt