Explorer for the Mandelbrot set written in C++ with GLFW3.
The Mandelbrot set is the set of all points
| Key | Action |
|---|---|
| W / UP | Move up (positive imaginary direction) |
| S / DOWN | Move down (negative imaginary direction) |
| A / LEFT | Move left (negative real direction) |
| D / RIGHT | Move right (positive real direction) |
| Q / COMMA | Zoom in |
| E / PERIOD | Zoom out |
| R | Reset view |
| M | Increase number of maximum iterations by 10 |
| N | Decrease number of maximum iterations by 10 |
| C | Cycle through color schemes (currently 4 available) |
