Koen Deforche 862baf98aa added skia backend for WRasterImage | преди 11 години | |
---|---|---|
.. | ||
CMakeLists.txt | преди 11 години | |
MandelbrotExample.C | преди 14 години | |
MandelbrotExample.h | преди 14 години | |
MandelbrotImage.C | преди 11 години | |
MandelbrotImage.h | преди 14 години | |
README.md | преди 13 години |
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