From 1c2d448e649e5b57c10da7fa42a3d8146dd74cf3 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 16 Feb 2017 23:31:29 +1300 Subject: Add demo image --- README.md | 10 ++++++++++ demo.png | Bin 0 -> 37208 bytes 2 files changed, 10 insertions(+) create mode 100644 demo.png 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 Binary files /dev/null and b/demo.png differ -- cgit v1.1