Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 788 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 788 Bytes

Mandelbrot visualizer

Explore the Mandelbrot set, in pretty colours.

Built with C++ and SDL2, for high performance.

The file design.md describes the decisions that I've made in building this program.

Compiling

To compile this project, you will need a C++ compiler and the SDL2 libraries.
If you are on Linux, you can use the provided makefile by running make in the project's root directory.

Mandelbrot_overview Mandelbrot_detail Mandelbrot_high_detail