Extendable fractal renderer, currently the following functions are implemented:
- Rendering Mandelbrot set
- Rendering Julia set
- Rendering Julia sets at the edge of the Mandelbrot fractal (for a video)
Compile it on linux with (for maximum performance): g++ *.cpp -pthread -std=c++11 -O3 -march=native
Run it with: ./a.out -f fractal_definitions/blue_mandelbrot.frak