| Crates.io | lorenz-cli |
| lib.rs | lorenz-cli |
| version | 0.1.1 |
| created_at | 2025-03-30 21:38:16.542242+00 |
| updated_at | 2025-03-30 22:32:25.598866+00 |
| description | Plots lorenz attractor in terminal. |
| homepage | |
| repository | https://github.com/dhruvkjain/lorenz-cli |
| max_upload_size | |
| id | 1612775 |
| size | 25,088 |
This project visualizes the Lorenz Attractor in the terminal using Ratatui. The attractor is dynamically plotted in real-time, allowing users to choose different projection axes.
Ensure you have Rust installed. If not, install it using:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Then restart your terminal and verify the installation:
rustc --version
cargo --version
You can install crate directly too from:
cargo install lorenz-cli
Run it:
lorenz-cli xz
(Rendered using Braille characters in Ratatui)
Ensure you have Rust installed. If not, install it using:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Then restart your terminal and verify the installation:
rustc --version
cargo --version
git clone https://github.com/dhruvkjain/lorenz-cli.git
cd lorenz-cli
cargo build --release
To run with the default projection (XY):
cargo run --release
Or specify an axis:
cargo run --release -- xz # Options: xy, xz, yz
This project is licensed under the MIT License.