Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 717 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 717 Bytes

MandelbrotSetQt

A coloured visualization of Mandelbrot set. Simple and fast. Single-threaded. Written in the C++ programming language and the qt framework.

Setup

Warning! You need to have qt installed on your machine before building it. Just set cmake options to "-DCMAKE_PREFIX_PATH=/Users/your_user/Qt/5.11.2/clang_64/lib/cmake" (without quotes).