Koen Deforche 862baf98aa added skia backend for WRasterImage 11 年 前
..
CMakeLists.txt 862baf98aa added skia backend for WRasterImage 11 年 前
MandelbrotExample.C 9dd3f8912a see Changelog 14 年 前
MandelbrotExample.h 0876868beb see Changelog 14 年 前
MandelbrotImage.C a7f27d8088 fix WResource multi-threading regression for dynamic resources 11 年 前
MandelbrotImage.h 2f8c5d6a4e see Changelog 14 年 前
README.md 8455fb6ae2 added README.md files for examples, several bug fixes 13 年 前

README.md

Mandelbrot example

This example shows renders the famous mandelbrot fractal in small tiles which are served as individual images. These tiles are calculated on-demand, as the user navigates through the set.

This is similar to how one navigates through google maps, but in this case, the images are computed on the fly, instead of being retrieved from a database.

How to run

See the README in the parent directory.

What it illustrates

  • the use of a custom WResource that computes contents on the fly
  • the use of WRasterImage for painting raster graphics
  • the use of WVirtualImage for a virtual image that consists of smaller tiled images