diff --git a/.gitignore b/.gitignore index 30d850f..867f741 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -images/* - *.o *.ppu *.exe diff --git a/README.md b/README.md index 0933c29..529bae0 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,15 @@ Build project with **build.bat** then navigate to **build** folder and execute * #### Troubleshooting - If gui does not accept mouse clicks - disable "Quick Edit Mode" in command line properties (right click on cmd window header) +#### Results +![mandelbrot.png](./images/mandelbrot.png) +![multibrot.png](./images/multibrot.png) +![plots1.png](./images/plots1.png) +![plots2.png](./images/plots2.png) +![plots3.png](./images/plots3.png) + +#### GUI (FreeVision) +![gui1.png](./images/gui1.png) +![gui2.png](./images/gui2.png) + by Artem K. diff --git a/images/gui1.png b/images/gui1.png new file mode 100644 index 0000000..966e1b6 Binary files /dev/null and b/images/gui1.png differ diff --git a/images/gui2.png b/images/gui2.png new file mode 100644 index 0000000..f19e445 Binary files /dev/null and b/images/gui2.png differ diff --git a/images/mandelbrot.png b/images/mandelbrot.png new file mode 100644 index 0000000..8ca1b0f Binary files /dev/null and b/images/mandelbrot.png differ diff --git a/images/multibrot.png b/images/multibrot.png new file mode 100644 index 0000000..bcdfccf Binary files /dev/null and b/images/multibrot.png differ diff --git a/images/plots1.png b/images/plots1.png new file mode 100644 index 0000000..b7979c7 Binary files /dev/null and b/images/plots1.png differ diff --git a/images/plots2.png b/images/plots2.png new file mode 100644 index 0000000..5316481 Binary files /dev/null and b/images/plots2.png differ diff --git a/images/plots3.png b/images/plots3.png new file mode 100644 index 0000000..f68f6b8 Binary files /dev/null and b/images/plots3.png differ