This repository has been archived on 2025-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
mandelbrotsdl/README.md

517 B

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.