Real-time SDL2-based Mandelbrot viewer.
This repository has been archived on 2025-03-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-02-09 12:12:30 +01:00
screenshots Add screenshots folder. Fix Makefile cleanup. 2021-02-09 11:53:19 +01:00
src Update to newest version (but with fixed source and Makefile). 2021-02-08 13:18:40 +01:00
.gitignore Build "mansdl" file instead of "mansdl.bin". 2021-02-08 17:44:19 +01:00
LICENSE Add LICENSE 2021-02-08 12:21:44 +00:00
logo.png Added logo. 2021-02-09 12:12:30 +01:00
Makefile Add screenshots folder. Fix Makefile cleanup. 2021-02-09 11:53:19 +01:00
README.md Also update README.md to newest version 2021-02-08 13:39:11 +01:00

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.