An open API service indexing awesome lists of open source software.

https://github.com/samplec0de/mandelbrotsetqt

A simple implementation of mandelbrot set written in C++ and Qt. Supports zooming by selecting rectangle. Single-thread rendering.
https://github.com/samplec0de/mandelbrotsetqt

cmake gui mandelbrot mandelbrot-fractal mandelbrot-fractal-drawer mandelbrot-renderer mandelbrot-set mandelbrot-sets mandelbrot-viewer qt qt5 visualisation visualization visualizer

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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).
![](https://github.com/samplec0de/MandelbrotSetQt/blob/master/demo/demo_0.png?raw=true)

![](https://github.com/samplec0de/MandelbrotSetQt/blob/master/demo/demo_1.png?raw=true)

![](https://github.com/samplec0de/MandelbrotSetQt/blob/master/demo/demo_2.png?raw=true)

![](https://github.com/samplec0de/MandelbrotSetQt/blob/master/demo/demo_3.png?raw=true)