Compare commits
2 Commits
09db08cbd9
...
1eebc384ee
Author | SHA1 | Date | |
---|---|---|---|
1eebc384ee | |||
49f4d539dc |
1
.gitignore
vendored
|
@ -3,7 +3,6 @@
|
||||||
build/gui
|
build/gui
|
||||||
build/function_imaging
|
build/function_imaging
|
||||||
build/multibrot_imaging
|
build/multibrot_imaging
|
||||||
images/*
|
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
*.ppu
|
*.ppu
|
||||||
|
|
11
README.md
|
@ -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
After Width: | Height: | Size: 15 KiB |
BIN
images/gui2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
images/mandelbrot.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
images/multibrot.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
images/plots1.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
images/plots2.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
images/plots3.png
Normal file
After Width: | Height: | Size: 16 KiB |