README.md updated with images

This commit is contained in:
KoroLion 2020-10-01 20:27:39 +03:00
parent 71fb7becdd
commit 49f4d539dc
9 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,3 @@
images/*
*.o *.o
*.ppu *.ppu
*.exe *.exe

View File

@ -8,4 +8,15 @@ Build project with **build.bat** then navigate to **build** folder and execute *
#### Troubleshooting #### Troubleshooting
- If gui does not accept mouse clicks - disable "Quick Edit Mode" in command line properties (right click on cmd window header) - 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. by Artem K.

BIN
images/gui1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/gui2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
images/mandelbrot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
images/multibrot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
images/plots1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
images/plots2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/plots3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB