-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90894fa
commit f55cb50
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |