aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--demo.pngbin0 -> 37208 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9bcb106..c395c72 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,13 @@ of its portability and open nature.
Software is still in early days and needs more CL kernels for such fractals as
tricorn, burning ship, and julia sets to name a few.
+
+Below is a simple demo image produced with the software. It is a simple
+mandelbrot fractal using only 75 iterations, at 768 square pixels. The
+image is a negative of that which comes straight from the software.
+
+![Demo mandelbrot image](./demo.png)
+
+Such a small, low-detail image will not provide a case for using GPU rather
+than CPU, but once you start upping the image size and detail, a modern GPU
+will provide endless benefit over a modern CPU.
diff --git a/demo.png b/demo.png
new file mode 100644
index 0000000..5c5a11f
--- /dev/null
+++ b/demo.png
Binary files differ