Skip to content

patztablook22/mandelbrot-viewer-qt-quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-viewer-qt-quick

Mandelbrot set viewer in C++ QtQuick

Compiling from source

git clone https://github.com/patztablook22/mandelbrot-viewer-qt-quick
cd mandelbrot-viewer-qt-quick

./configure.sh
./build.sh

will create executable mandelbrot-viewer-qt-quick/build/src/mandelbrot, to execute it, run:

./run.sh

Controls

Event Action
MOUSE1 center and zoom in 1.3x
MOUSE2 center and zoom out 1.3x
MOUSE3 center
SCROLL zoom in/out a little bit
CTRL+E export currently rendered image
CTRL+P palette selection menu
CTRL+R rendering menu
CTRL+Q quit