Skip to content

mark-ep/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Fortran/C++ Mandelbrot renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published