OpenGL Options?

I'd really like to use OpenGL2.0, what are my best options for this?

From what I can see, OpenGL-ctypes doesn't yet provide OpenGL2.0.

(log in to comment)

Comments

I thought PyOpenGL did... if it turns out it doesn't then you could use pyglet which does, but you need to know a little ctypes to use the pyglet wrapper as it's much lower-level than PyOpenGL.