Skip to main content

Terminal based fractal explorer, that includes Mandelbrot, Burning Ship, and Julia.

Project description

💠 Terminal based fractal explorer, including Mandelbrot, Burning Ship, and Julia. 💠

Documentation ✨

✨ --> Please head over to our documentation for more information! <-- ✨

Fractalistic

How to install 📥

You can install fractalistic easily with pip:

pip install fractalistic

If you want to install the application in an isolated environment, you can use pipx:

pipx install fractalistic

Now start the program with:

fractalistic

[!NOTE] If the command is not found after installtion, you must add ~/.local/bin to your path. You can do this by adding export PATH=$PATH:~/.local/bin to your .bashrc or .zshrc file and opening a new shell session.

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

Features 🌟

⚡ Multi-threaded

Fractalistic leverages parallel processing for complex arithmetic operations, enabling smooth navigation and rapid rendering.

🔢 High Precision Arithmetics

Using MPFR and GMPY2, Fractalistic allows you to explore fractals infinitely deep by enabling users to increase the decimal precision for calculations as needed.

📸 High Quality Screenshots

Fractalistic not only allows you to explore fractals at terminal resolution but also lets you generate high-resolution captures of your current view.

✨ Next-gen Terminal User Interface

Fractalistic utilizes modern libraries such as Will McGugan's Textual framework to provide a full-featured navigation experience, all this in your classic terminal. Fractalistic also supports customizable mouse inputs, allowing for seemless navigation.

📌 Robust Command System

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

⚙️ Modular Rendering Engine

Fractalistic'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.

Screenshots

Screenshot 0

Screenshot 1

Screenshot 3

Screenshot 2

Screenshot 4

Screenshot 5

Screenshot 6

Screenshot 7

Screenshot 8

Screenshot 9

Screenshot 10

Screenshot 11

Screenshot 12

Screenshot 13

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fractalistic-2.3.0.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

fractalistic-2.3.0-py3-none-any.whl (25.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page