This a non trivial example that demonstrates the use of Mandala to build Android native applications. It shows a rotating cube shaded with a texture.
The example is shipped with a simple helper package named cubelib. Package cubelib provides a naive abstraction of the 3d world with some helper functions. The aim is to show how to integrate an higher level package on the base framework.
To run the application simply issue the following command:
gotask run xorg # or gotask run android
See LICENSE