aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 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.