Skip to content

A simple implementation of mandelbrot set written in C++ and Qt. Supports zooming by selecting rectangle. Single-thread rendering.

Notifications You must be signed in to change notification settings

samplec0de/MandelbrotSetQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published