aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-16 23:31:29 +1300
committerDavid Phillips <david@sighup.nz>2017-02-16 23:31:29 +1300
commit1c2d448e649e5b57c10da7fa42a3d8146dd74cf3 (patch)
tree1cd355befd4dd172a67eddd338695abb6d77ed99
parent025ab484914182c39d43af5ce15e76736945e0a9 (diff)
downloadfractal-gen-opencl-1c2d448e649e5b57c10da7fa42a3d8146dd74cf3.tar.xz
Add demo image
-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