Mandelbrot in C with X11
Build
To build just clone repo and run 'make' or 'gmake'. Note, the code is designed for Linux. You may have to change the X11 function calls in Windows.
Running Mandelbrot
./mandelbrot_sw.out
This should pop up a window shown below:
Keyboard interface
-
To move LEFT/UP/RIGTH/DOWN press respective keys: 'a'/'w'/'d'/'s'.
-
To auto Zoom press 'z'.
-
To reset press 'r'