Technology behind this clock application (CrossGL) is vector based. That means, there are no prerendered bitmap
images (frequent approach of many other clock applications). Instead, whole clock is completely rendered from internal
vectorial representation at each moment, some changes in clock state occurs. This results in a smaller memory usage
than by raster/bitmap based approaches and allows also high quality rendering at any size, rotation or perspective.