Skip to content

Project's logo

💠 The Terminal-Based Fractal Explorer 💠

Windows Compatibility 🪟

Rsfrac CAN NOT be compiled to run natively on windows 🙁. But you can make it work under WSL (how to install WSL).

How to install 📥

cargo not found?

Cargo is the package manager for rust projects, it can be installed with:

bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

To install build dependencies:

bash
sudo apt install build-essentials m4

From crates.io:

bash
cargo install rsfrac

From the Github repo

bash
cargo install --git https://github.com/SkwalExe/rsfrac

Starting the app

Caution

If the command is not found after installation, you may need to add ~/.cargo/bin to your path. You can do this by adding export PATH=$PATH:~/.cargo/bin to your .bashrc or .zshrc file. You will also need to open a new shell session.

bash
# For bash
echo 'export PATH=$PATH:~/.cargo/bin' >> ~/.bashrc && bash
# For zsh
echo 'export PATH=$PATH:~/.cargo/bin' >> ~/.zshrc && zsh

Now you can start the application with this command:

bash
rsfrac

Preview

Released under the GNU General Public License (GPLv3).