The Mandelbrot set is a famous fractal.
It visualizes complex dynamics, where points inside the set remain bounded under iteration,
creating intricate, self-repeating patterns often seen in mathematical art.
It's Mandelbrot with simple features. Dive infinitely deep into its intricate patterns. This project was one of my goals to train and improve my skills and C++ knowledge. It was really fun :) This needs more improvisation in the future.
WASD - Use keys to move around.
Left click - Zoom in and focus on your Cursor.
Right click - Reset back to default.
To play, simply use the Release.
If your OS is not listed there, you can build with cmake
Cmake
Have installed cmake
package before running in the terminal.
mkdir build
cd build
cmake ..
make
After those steps, you get one file in the build folder, run ./Mandelbrot
in the terminal.
Have fun! :)