[BangPypers] [ OpenGL ] [ Python ] [ Library ] ?

Jonathan Toomim jtoomim at jtoomim.org
Thu Jan 31 10:19:57 CET 2013


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
>



More information about the BangPypers mailing list