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?
2 Answers
Maybe, you might find GLSurfaceView handy for your app. Simplest possible OpenGL ES application with the source code is included.
Comments
You can use opengl pure. But I recommend using GLUT.
2 Comments
Kos
GLUT is outdated now, isn't it?
Ned Bingham
No, its not outdated, its just minimalistic. It's also very portable.