wolacinio / mandelbrot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot

How to use?

Install lib

# apt-get install libsfml-dev
# wget https://github.com/texus/TGUI/archive/0.8-dev.zip
# unzip 0.8-dev.zip
# cd TGUI-0.8-dev
# cmake .
# make -j2
# sudo make install
# sudo ldconfig

Install app

# make && ./mandelbrot

Help

Zbiór mandelbrota

About

License:MIT License


Languages

Language:C++ 92.9%Language:Makefile 7.1%