Crates.io | termCA |
lib.rs | termCA |
version | |
source | src |
created_at | 2024-11-15 16:27:12.912933 |
updated_at | 2024-11-29 22:40:09.208771 |
description | Interactive TUI Cellular Automata simulator |
homepage | https://github.com/fabiooo4/termCA |
repository | https://github.com/fabiooo4/termCA |
max_upload_size | |
id | 1449306 |
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` |
size | 0 |
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.
The latest version supports the following simulations:
cargo install termCA
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 ?
.