fhucho
fhucho

Reputation: 34550

Simple OpenGL engine

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?

Upvotes: 1

Views: 650

Answers (2)

StanislavK
StanislavK

Reputation: 1962

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

Upvotes: 1

nulvinge
nulvinge

Reputation: 1598

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

Upvotes: 1

Related Questions