Mandelbrot set visualization that allows scrolling to zoom.
Built using SFML for the window and interactions and GL Shading Language for the pixels.
Float precision is off so the zoom level is limited.
This program was built with SFML, so you'll need to install it before running.
make
./mandelplot
- Scroll to zoom in and out.
- Press q or ESC to quit.
- You can customize the colors used in the visualization by updating the values in
shader.frag
. - The intensity of the colors is slightly determined by the
MAX_ITERATIONS
constant defined inshader.frag
.