summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--images/fractal1.pngbin0 -> 652315 bytes
-rw-r--r--images/fractal2.pngbin0 -> 281635 bytes
3 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b64c5c7..141e8a8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# glsl-mandelbrot
A demo for using GLSL shaders within raylib to draw fractals
+
+## images
+
+![mandelbrot](/images/fractal1.png)
+![mandelbrot](/images/fractal2.png)
+
diff --git a/images/fractal1.png b/images/fractal1.png
new file mode 100644
index 0000000..e217601
--- /dev/null
+++ b/images/fractal1.png
Binary files differ
diff --git a/images/fractal2.png b/images/fractal2.png
new file mode 100644
index 0000000..0ce71e3
--- /dev/null
+++ b/images/fractal2.png
Binary files differ