summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@sendula.com>2021-09-23 17:40:02 +0100
committerdavidovski <david@sendula.com>2021-09-23 17:40:02 +0100
commit6ca5ba2642a131d37306703e68a2967dcffad061 (patch)
treef826f04b0eb17df4ee116809cd41a0c58b182929
parent6507f80a3d998ccccb30e5d7f25c5b091e0b63a9 (diff)
added imagesHEADmaster
-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