Crates.io | l-system-fractals |
lib.rs | l-system-fractals |
version | 0.1.2 |
source | src |
created_at | 2024-02-02 05:13:55.482088 |
updated_at | 2024-02-09 16:05:55.002205 |
description | CLI utility to produce L-System fractals |
homepage | https://codeberg.org/christopherphan/l-systems-fractals-rust/ |
repository | https://codeberg.org/christopherphan/l-systems-fractals-rust/ |
max_upload_size | |
id | 1124020 |
size | 3,577,161 |
A command-line utility (and library) for creating L-system fractals.
crates.io
pagedocs.rs
pageFirst, if needed, install the latest version of Rust. Then, run from the command line:
$ cargo install l-system-fractals
$ l-system-fractals filename.json
For detailed information on how to create the JSON input file, see the file
cli_help.md
in the repository root directory.
Copyright © 2024 Christopher Phan
Available under either the MIT or Apache 2.0 license.
This project uses the Serde JSON library, which is used under both the MIT and Apache 2.0 licenses.