Interactive zoom into Mandelbrot fractal.
Navigate with WASD, zoom in/out with E/Q, capture screen as PNG image with C.
TODO:
- Add UI for chosing color pallete;
- Implement deeper zoom (float64, perturbation method)
- Tweak fragment shader for smoother rendering;