Skip to content

exsandebest/Fractal

Repository files navigation

Fractal

Mandelbrot set with zoom on Qt

Features

  • Zoom:
    • Selection from left to right - zoom in
    • Selection from right to left - zoom *out
    • You can return to the original position by pressing Enter
  • Settings (mainwindow.cpp, line 8-10):
    • Iterations - "Quality" of fractal, it affects performance (Recommended value 100-500)
    • Border color - Color of selection border (white, black, etc.)
    • Reverse color - Reverse color order or not (true / false)

Interface - examples

Authors