I’m thinking about using OpenGL for part of my app, speciffically tile based London tube map. What is the most minimalistic and simplest OpenGL framework that I could use?
I’m thinking about using OpenGL for part of my app, speciffically tile based London
Share
Maybe, you might find GLSurfaceView handy for your app. Simplest possible OpenGL ES application with the source code is included.