Skip to content

Mandelbrot set in standard C++ without any external library. Generates bmp externally configurable.

Notifications You must be signed in to change notification settings

helospark/mandelbrot-set

Repository files navigation

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

About

Mandelbrot set in standard C++ without any external library. Generates bmp externally configurable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published