A Mandelbrot set visualizer built with OpenGL and C++. With smooth zoom and animated color palettes.
- Mouse wheel: zoom in/out
- + / - : zoom
- R: reset
- ESC: exit
- OpenGL 4.3
- GLFW3
- GLAD
- Linux/Unix system
Run the script:
bash build.bashthen run the app:
./appor install the pre-built version from itch.io here.
- OpenGL/GLSL
- GLFW
- GLAD
- C++
- you can change this value if you want more zoom
#define MAX_ITERATIONS 500