Real-time SDL2-based Mandelbrot viewer.
screenshots | ||
src | ||
.gitignore | ||
LICENSE | ||
logo.png | ||
Makefile | ||
README.md |
MandelbrotSDL
MandelbrotSDL is a realtime fractal-calculater written in the C++ programming language by Gabriel Jensen.
Compiling
In order to compile, you will need to have installed libsdl2. You should download it from your Linux distro's official repository, if possible.
Once you've installed it, you should be able to just use the provided Makefile to compile the programme.