Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 630 Bytes

mandelbrot

SFML-based Mandelbrot viewer program.

Requirements

  • C++17
  • CMake 3.22

Building & Running

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target run

Controls

Action Control
Go to point Click
Zoom Scroll (or W/S)
Pan Arrow keys
Change iterations [ and ]
Reset view R