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.
- Host: GitHub
- URL: https://github.com/samplec0de/mandelbrotsetqt
- Owner: samplec0de
- Created: 2020-01-05T15:14:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T15:43:40.000Z (over 6 years ago)
- Last Synced: 2025-06-24T08:01:54.353Z (about 1 year ago)
- Topics: cmake, gui, mandelbrot, mandelbrot-fractal, mandelbrot-fractal-drawer, mandelbrot-renderer, mandelbrot-set, mandelbrot-sets, mandelbrot-viewer, qt, qt5, visualisation, visualization, visualizer
- Language: C++
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).



