diff --git a/.gitignore b/.gitignore index b76f169..322ad03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target *.png +!images/*.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bc86b3 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# julia-set +This is an application for generating high quality renders of julia set fractals + +![](images/gui.png) \ No newline at end of file diff --git a/images/gui.png b/images/gui.png new file mode 100644 index 0000000..354b3a3 Binary files /dev/null and b/images/gui.png differ diff --git a/images/julia_set.png b/images/julia_set.png new file mode 100644 index 0000000..4ffceb3 Binary files /dev/null and b/images/julia_set.png differ