Crates.io | rsfrac |
lib.rs | rsfrac |
version | |
source | src |
created_at | 2024-11-09 13:52:39.211073 |
updated_at | 2024-12-04 20:28:34.018259 |
description | The Terminal-Based Fractal Explorer. Rsfrac is your terminal gateway to Mandelbrot, Burning Ship, and Julia. |
homepage | https://rsfrac.skwal.net/ |
repository | https://github.com/SkwalExe/rsfrac |
max_upload_size | |
id | 1442095 |
Cargo.toml error: | TOML parse error at line 25, column 1 | 25 | 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 |
💠 Terminal based fractal explorer, including Mandelbrot, Burning Ship, and Julia. 💠
From crates.io:
cargo install rsfrac
From the Github repo:
cargo install --git https://github.com/SkwalExe/rsfrac
You can now start the application with the rsfrac
command.
cargo
not found?Cargo is the package manager for rust projects, it can be installed with:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Rsfrac leverages GPU capabilities and parallel processing for complex arithmetic operations, enabling smooth navigation and rapid rendering.
Using GMP, MPFR and MPC, Rsfrac allows you to explore fractals infinitely deep by enabling users to increase the decimal precision for calculations as needed.
Rsfrac not only allows you to explore fractals at terminal resolution but also lets you generate high-resolution captures of your current view.
Rsfrac utilizes modern libraries such as Ratatui to provide a full-featured navigation experience, all this in your classic terminal. Rsfrac also supports customizable mouse inputs, allowing for seemless navigation.
Rsfrac offers a robust command system that goes beyond simple fractal navigation. Additional features include capturing high-definition screenshots, adjusting render settings, modifying navigation preferences, changing colors, and much more.
Rsfrac's underlying rendering engine is highly modular. The integrated command system enables you to inspect and modify technical parameters, allowing you to explore beyond the basic Mandelbrot and Julia sets. The combination of adjustable parameters makes the number of possible fractals effectively infinite.
Here is some eye candy that I generated while creating this app!