Open Mandelbrot
Go to file
2018-02-20 16:03:31 +01:00
.gitignore First commit 2018-02-20 15:21:33 +01:00
CMakeLists.txt Fix cmake 2018-02-20 16:03:31 +01:00
Fractal.cpp First commit 2018-02-20 15:21:33 +01:00
Fractal.hpp First commit 2018-02-20 15:21:33 +01:00
functions.hpp First commit 2018-02-20 15:21:33 +01:00
LICENSE Initial commit 2018-02-20 15:16:15 +01:00
main.cpp First commit 2018-02-20 15:21:33 +01:00
README.md First commit 2018-02-20 15:21:33 +01:00

OpenMandelbrot

Build and install

Installing the dependencies

  • cmake
  • libboost
  • SFML

Compile!

git clone https://github.com/Andreabont/OpenMandelbrot.git
mkdir build
cd build
cmake ..
make
make install