This is my version of Fractol project from 42. This project provides a graphical representation of the following fractals: julia, mandelbrot, burning ship, buddhabrot, burning julia, newton's, barnsley fern, koch snowflake and tricorn.
How to use Fractol
make
run ./fractol with any of the following arguments: julia | mandelbrot | ship | buddhabrot| buddha2 | bjulia | newton | barnsley | koch
- Color choices
⓵ ⓶ ⓷ ⓸ ⑤ : swap outside color
⇧ + ⓵ ⓶ ⓷ ⓸ ⑤ : swap inside color
⓵ ⓶ ⓷ ⓸ (numpad): swap outside color mode
⇧ + ⓵ ⓶ ⓷ ⓸ (numpad): swap inside color mode
- Julia variation
Left click + move
- Movement
⇦ ⇨ ⇧ ⇩
- Iterations increasing and decreasing
⊞ / ⊟ : +4 /-4
⇧ + ⊞ / ⊟ : +40/-40
- Zoom
Mouse scroll
- Fdf export: you can export a file usable by my FdF project.
🄴 : export to a readable .fdf format
Lucas Nicosia