summaryrefslogblamecommitdiff
path: root/README.md
blob: 2d47c84bc4bb674a3237a0d83a03651860fd3ead (plain) (tree)
1
2
3
4
5
6
7
8
9

               
                                                                                                                                                                                           


            
                                                                                                                                                                                      
 
                                                                                                          
# MandelbrotSDL
---
MandelbrotSDL is a realtime [fractal](https://en.wikipedia.org/wiki/Fractal)-calculater written in the [C++](https://en.wikipedia.org/wiki/C%2B%2B) programming language by Gabriel Jensen.

## Compiling
---
In order to compile, you will need to have installed [libsdl2](https://libsdl.org/download-2.0.php). 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.