Take a look at pyglet. It's an AV library built on top of OpenGL with a ton of additional features; it also makes all of OpenGL available in the pyglet.gl module using a ctypes interface.

http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html

It might not be the best package for you (pyopengl may be better), but it's definitely worth a look.

Jonathan

On 1/30/2013 1:20 AM, Shashidhar Paragonda wrote:
Dear Python hackers,

        >>> I am new to OpenGL world and staring to work on some 3D graphics
project.
        >>> My request is which is best / good python OpenGL library to
start working ( with documnetation ) ?
        >>> Thanks in advance for you help / suggestions / guidelines


_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to