1 # Mandelbrot set visualizer 2 3  4 5 This is a simple [Mandelbrot set](https://en.wikipedia.org/wiki/Mandelbrot_set) 6 visualizer developed in C using SDL2 for graphics. 7 8 ## Dependencies 9 - [SDL2](https://www.libsdl.org/) 10 11 ## Building and running 12 ```console 13 $ make -j $(nproc) 14 $ ./mandelbrot 15 ``` 16 17 ## License 18 [MIT](./LICENSE)