Compare commits

..

No commits in common. "master" and "release" have entirely different histories.

15 changed files with 45 additions and 76 deletions

6
.gitignore vendored
View File

@ -1,8 +1,4 @@
.DS_Store images/*
build/gui
build/function_imaging
build/multibrot_imaging
*.o *.o
*.ppu *.ppu

View File

@ -8,15 +8,4 @@ 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.

View File

@ -1,17 +0,0 @@
rm ./build/multibrot_imaging
rm ./build/function_imaging
rm ./build/gui
cd ./src
fpc multibrot_imaging.pas
mv multibrot_imaging ../build/
fpc function_imaging.pas
mv function_imaging ../build/
rm *.o
rm *.ppu
cd ./gui
fpc gui.pas -Fu/usr/local/Cellar/fpc/3.0.4_1/lib/fpc/3.0.4/units/x86_64-darwin/fv
mv gui ../../build/
rm *.o
rm *.ppu

1
build.sh Normal file
View File

@ -0,0 +1 @@
fpc gui.pas -Fu/usr/local/Cellar/fpc/3.0.4_1/lib/fpc/3.0.4/units/x86_64-darwin/fv

1
generate.sh Normal file
View File

@ -0,0 +1 @@
./main 13 -100 1800

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -315,11 +315,10 @@ begin
r.a.y := r.b.y - 1; r.a.y := r.b.y - 1;
New(StatusLine, Init(r, New(StatusLine, Init(r,
NewStatusDef(0, $EFFF, NewStatusDef(0, $EFFF,
NewStatusKey('~F2~ Exit', kbF2, cmQuit, NewStatusKey('~Alt+X~ Exit', kbAltX, cmQuit,
NewStatusKey('~F3~ New Mb', kbF3, cmMbNew, NewStatusKey('~F3~ New', kbF3, cmMbNew,
NewStatusKey('~F4~ New Fn', kbF4, cmFnNew,
nil nil
))), nil) )), nil)
)); ));
end; end;

BIN
доклад.odt Normal file

Binary file not shown.