Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 622 Bytes

mandlebrot

mandelbrot

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++.

building

To build, use the Makefile included in the project. This requires gfortran, gcc, and the SDL development libraries to be installed

running

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