Open Mandelbrot
Go to file
2018-02-21 15:16:53 +01:00
.gitignore First commit 2018-02-20 15:21:33 +01:00
CMakeLists.txt Rename 2018-02-21 15:16:53 +01:00
Fractal.cpp Ottimizzazioni 2018-02-21 11:06:15 +01:00
Fractal.hpp Rename 2018-02-21 15:16:53 +01:00
Functions.hpp Rename 2018-02-21 15:16:53 +01:00
LICENSE Initial commit 2018-02-20 15:16:15 +01:00
main.cpp Rename 2018-02-21 15:16:53 +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