alexi246 / mandelbrot-cpp

Mandelbrot fractal from the advanced C++ course on Udemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mandelbrot-cpp

Mandelbrot fractal from the advanced C++ course on Udemy

Instructor - John Purcell

Simply run make in the project directory and make clean to remove all object files. -> Note that this requires make to be installed on your system as well as the GNU compiler collection, both should be configured in your environment variables.

About

Mandelbrot fractal from the advanced C++ course on Udemy

License:MIT License


Languages

Language:C++ 95.1%Language:Makefile 4.9%