/mandelbrot

Demonstration of an OpenGL shader program that renders the Mandelbrot set.

Primary LanguageC

Mandelbrot

Demonstration of an OpenGL shader program that renders the Mandelbrot set.

Screenshot of a grayscale rendering of the Mandelbrot set

Building and Running

Prerequisites: CMake

macOS/Linux

mkdir build && cmake .. && make
cd .. && ./build/mandelbrot