Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 734 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 734 Bytes

Mandelbrot and Julia fractal renderer.

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

Sample render of a Mandelbrot set: Sample render

Sample render of a Julia set: Sample render