💠 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/binto your path. You can do this by addingexport PATH=$PATH:~/.local/binto your.bashrcor.zshrcfile 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
Release files for fractalistic 2.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fractalistic-2.3.0.tar.gz | 21.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fractalistic-2.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 47.7 kB
Release files / fractalistic-2.3.0.tar.gz
| Download URL | fractalistic-2.3.0.tar.gz |
|---|---|
| Size | 21.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
188ad8d230dd12b9f4c1338c21cee961c27d3be4a9a9e7df6c3833e27f46bee5
|
|
BLAKE2b-256 checksum How to use checksums |
31f6ea48ce93b14de6a8f58632c54bbb35636b02947ce4cc095ed3a443fb9c50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
pdm/2.17.3 CPython/3.10.12 Linux/6.5.0-1025-azure
|
Release files / fractalistic-2.3.0-py3-none-any.whl
| Download URL | fractalistic-2.3.0-py3-none-any.whl |
|---|---|
| Size | 25.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
606d96aaf3573fb19e65d2bfd300101a93446d8efdfa5ed4b9149200619830c8
|
|
BLAKE2b-256 checksum How to use checksums |
32ca7fbd0216393dfa1ab35fffcd136195f1d6c1c4cd60a0b1cf8c0a2d30234f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
pdm/2.17.3 CPython/3.10.12 Linux/6.5.0-1025-azure
|