Skip to content

Latest commit

 

History

History
 
 

cube

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spinning cube

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.

Usage

To run the application simply issue the following command:

gotask run xorg # or
gotask run android

LICENSE

See LICENSE