Android demos for GL ES with Java and C++ (NDK)
##OpenGLJava Repository includes an GL ES 3.0 app that loads a model in json format and renders it. It can deal with textures, and shaders in separate files (located in assets folder).
To create models in the required format a tool is provided that reads models with Assimp and writes the respective json file.
The starting point for this app was the code in here from android developer web site. The added features are:
- arcball to control camera
- texture loading
- model loading from json