Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 330 Bytes

Fractol

A multithreaded fractal viewer written in C and using 42s graphical library, the MinilibX

How to build:

The build process is the same on MacOS and Linux.

git clone https://framagit.org/awoimbee_42/fractol.git;
cd fractol;
make;
./fractol mandelbrot

Screenshot