A fractal exploration and rendering engine written in Rust.
Navigate Mandelbrot, Julia, Burning Ship and Phoenix sets in real-time and export high-resolution screenshots and zoom videos.
git clone https://github.com/pottierloic/fractouille
cd fractouille
cargo runSixel mode for true pixel rendering in compatible terminals:
fractouille --sixelffmpeg is required for video recording, see RECORD.md for details.
Press : to enter command mode (Vim-style). Full command reference in COMMANDS.md.
| Key | Action |
|---|---|
wasd |
Move |
- / + |
Zoom |
r / f |
Adjust iterations |
space |
Cycle palette |
enter |
Switch fractal set |
q |
Quit |
Screenshots and records are automatically saved to your system's Pictures folder. See RECORD.md.
Fractouille aims to evolve into a multi-frontend fractal engine with GPU support, arbitrary precision rendering and multiple CPU render backends.
See ROADMAP.md for the full picture.
Contributions are welcome, there is a lot of ground to cover.
Some really cool pictures I took can be seen in the museum folder.



