From f55cb50d9610df58ed85dd3b48df946eaf36ae69 Mon Sep 17 00:00:00 2001 From: pdaloxd <31321612+pablodrake@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:58:18 +0200 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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.