mirror of
https://github.com/CrispyPin/julia-fractal-renderer.git
synced 2024-11-22 10:00:26 +01:00
add README.md
This commit is contained in:
parent
d6119cd290
commit
0068e6fe88
4 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
/target
|
/target
|
||||||
*.png
|
*.png
|
||||||
|
!images/*.png
|
||||||
|
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# julia-set
|
||||||
|
This is an application for generating high quality renders of julia set fractals
|
||||||
|
|
||||||
|
![](images/gui.png)
|
BIN
images/gui.png
Normal file
BIN
images/gui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
BIN
images/julia_set.png
Normal file
BIN
images/julia_set.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 733 KiB |
Loading…
Reference in a new issue