Koen Deforche 862baf98aa added skia backend for WRasterImage | 11 tahun lalu | |
---|---|---|
.. | ||
CMakeLists.txt | 11 tahun lalu | |
MandelbrotExample.C | 14 tahun lalu | |
MandelbrotExample.h | 14 tahun lalu | |
MandelbrotImage.C | 11 tahun lalu | |
MandelbrotImage.h | 14 tahun lalu | |
README.md | 13 tahun lalu |
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.
See the README in the parent directory.
WResource
that computes contents on the flyWRasterImage
for painting raster graphicsWVirtualImage
for a virtual image that consists of smaller
tiled images