Fractouille is a simple fractal explorer running in your terminal.
- Multiple fractal sets (Mandelbrot, Julia, Burning Ship)
- High-quality screenshot capture with smooth coloring
- Interactive navigation
- Command mode for advanced usage
# clone the repository
git clone https://github.com/pottierloic/fractouille
cd fractouille
# run directly
cargo run
# or install and run from anywhere
cargo install --path .
fractouille
wasd
: Move aroundr/f
: adjust max iterations-/+
: adjust zoom levelspace
: cycle color paletteenter
: switch fractal setq
: quit fractouille
Just like in Vim, press :
to enter command mode.
A list of all available commands can be found by in the COMMANDS.md
file.
Screenshots are automatically saved to your system's Pictures folder inside of fractouille_screenshots
.
-
Basic fractal sets implementation
- Mandelbrot Set
- Julia Set
- Burning Ship
-
Screenshot functionality
- Smooth coloring
- Auto-save
-
Variable power parameter
-
Deep zoom capability
-
Customizable color palette
-
Phoenix Set implementation
-
Newton fractals
-
Lyapunov fractals