nehe-ndk-gles20 icon indicating copy to clipboard operation
nehe-ndk-gles20 copied to clipboard

My attempt to port every NeHe classic OpenGL tutorial to OpenGL ES 2 for Android NDK

Results 3 nehe-ndk-gles20 issues
Sort by recently updated
recently updated
newest added

![device-2018-11-18-173608](https://user-images.githubusercontent.com/2441483/48676016-938de700-eb58-11e8-849f-50b5f38c5ba8.png)

Some of the lessons still lack proper (if any) touchscreen controls. While the originals used keyboard extensively and this is well supported, having proper touchscreen controls would be nice.

As it is, the aplications doesn't seem to handle the loss of the rendering context very well. This is especially true for lessons that employ texture mapping.