Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.43 KB

File metadata and controls

50 lines (32 loc) · 1.43 KB

Fract'Ol

Graphics > FdF > Fract'Ol : Fractals, complex numbers, multi-threading

This project was completed in February 2019 as part of the 42 school cursus. The aim was to vizualize 3 fractals using the minilibx graphics library. The complete instruction can be found here.

Getting Started

Clone the repository. The project uses the minilibx library. To install the minilibx library, follow the instructions here. Compile the project using make.

Controls

change mode: C
zoom: scroll up/down (in zoom mode)
color: SPACE / scroll up/down (in color mode)
move fractal: up/down/left/right arrows
change julia parameters: move mouse (if active)
activate/deactivate mouse control of julia parameters: M
exit: ESC / red cross

Examples

./fractol mandelbrot

Mandelbrot

./fractol julia

Julia

./fractol "burning ship"

Burning ship

Authors