Open Mandelbrot
Go to file
2018-02-21 11:06:15 +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 Ottimizzazioni 2018-02-21 11:06:15 +01:00
Fractal.hpp Ottimizzazioni 2018-02-21 11:06:15 +01:00
functions.hpp Ottimizzazioni 2018-02-21 11:06:15 +01:00
LICENSE Initial commit 2018-02-20 15:16:15 +01:00
main.cpp Ottimizzazione 2018-02-21 10:24:23 +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