Implementation of the Mandelbrot set with c++ and the sfml graphics library
- C++ 17
- CMake 3.20
- SFML 2.5
cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build
cmake --build cmake-build --target release
| Action | Control |
|---|---|
| Go to point and zoom | RClick |
| Change position | WASD keys |
| Change iterations | [ and ] |

