SFML-based Mandelbrot viewer program.
- C++20
- CMake 3.28
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target run
| Action | Control |
|---|---|
| Go to point | Click |
| Zoom | Scroll (or W/S) |
| Pan | Arrow keys |
| Change iterations | [ and ] |
| Reset view | R |

