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

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