Skip to content

Releases: kernrot/Mandelbrot

Mandelbrot 12-2015

16 Dec 18:19
Compare
Choose a tag to compare

Interactive Mandelbrot - Conrad Henke

small example of a interactive Mandelbrot in C++ with SDL (SDL-1.2.15) and OpenMP

interact by using following keys in the graphics window:
arrow-keys to navigate
page-up/down to zoom
num+/num- to change iterations
d to ouptu debug information
ESC to exit

you can set the resolution of the graphics window:
run command-line arguments like: "Mandelbrot.exe 1280 960"
(4:3 resolutions look best)
16-12-2015 - first release