3 releases

0.1.2 Feb 9, 2024
0.1.1 Feb 2, 2024
0.1.0 Feb 2, 2024

#1753 in Command line utilities

45 downloads per month

MIT/Apache

750KB
1.5K SLoC

L-Systems in Rust

A command-line utility (and library) for creating L-system fractals.

Installation

First, if needed, install the latest version of Rust. Then, run from the command line:

$ cargo install l-system-fractals

Command line use

$ 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.

Examples

Version history

Copyright © 2024 Christopher Phan

Available under either the MIT or Apache 2.0 license.

Credits

Serde JSON

This project uses the Serde JSON library, which is used under both the MIT and Apache 2.0 licenses.

Dependencies