This is a simple Mandelbrot renderer written in Fortan and C++
The core computation is performed by the Fortran code, but the visualisation is rendered using SDL in C++.
To build, use the Makefile included in the project. This requires gfortran, gcc, and the SDL development libraries to be installed
The program runs in fullscreen, at the native resolution.
- left-click to zoom in (on the cursor position)
- right-click to zoom out
- prt sc saves a screenshot to the current directory
- esc quits