# Mandelbrot set visualizer (CPU version) A visualizer of the [Mandelbrot Set](https://en.wikipedia.org/wiki/Mandelbrot_set). All computation are on the CPU compared to my [other mandelbrot visualizer](https://github.com/HappyTramp/mandel) where I use the GPU. ## Dependencies - [SDL2](https://www.libsdl.org/) for the graphics ## Usage ``` make all ./mandel ```