1

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 2

1

Maybe, you might find GLSurfaceView handy for your app. Simplest possible OpenGL ES application with the source code is included.

Sign up to request clarification or add additional context in comments.

Comments

1

You can use opengl pure. But I recommend using GLUT.

2 Comments

GLUT is outdated now, isn't it?
No, its not outdated, its just minimalistic. It's also very portable.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.