diff --git a/README.md b/README.md new file mode 100644 index 0000000..a219d41 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Mandelbrot Fractal Generator + +Explore the Mandelbrot fractal set with this easy-to-use C++ program. You can zoom in, adjust colors, and discover the beauty of fractals. + +## Usage + +Just download the solution, install the nuget packages and compile it. + +1.Left mouse button to zoom in, right mouse button to zoom out.\ +2.Use your mouse wheel to change the number of iteration and add more detail.\ +3.Press **Escape** to exit.