Crates.io | cgol-tui |
lib.rs | cgol-tui |
version | 0.6.2 |
source | src |
created_at | 2024-02-29 20:04:22.079355 |
updated_at | 2024-10-21 18:34:19.054039 |
description | Conway's Game of Life implementation with a TUI |
homepage | |
repository | https://github.com/JeromeSchmied/cgol-tui-rs |
max_upload_size | |
id | 1158131 |
size | 633,683 |
installation methods
cargo install cgol-tui
cargo install --locked --git "https://github.com/JeromeSchmied/cgol-tui-rs"
cargo install --locked --path .
after
[curl "https://conwaylife.com/patterns/<pattern>.cells" | ] cgol-tui [[-],<pattern>.cells,...]
eg.:
cgol-tui
curl https://conwaylife.com/patterns/fx153.cells | cgol-tui -
the -
stands for stdin
cgol-tui my_own_pattern.cells fx153.cells
there is a fish script provided under scripts for viewing patterns from conwaylife.com
usage: pattern.fish <PATTERN_NAME> [OPTIONS]
PATTERN_NAME: either a name of a pattern, or nothing to list all patterns
OPTIONS: -d, --download download to /tmp
Canvas
for rendering viewer block.cells
files, from conwaylife.comLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.