1 # Mandelbrot set visualizer 2 3 ![screenshot](https://user-images.githubusercontent.com/64109770/209367970-c97331cb-b5db-42a4-bd3c-b326477fded8.png) 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)