PyOpenGLng

PyOpenGLng's First Commit

Fabrice

Dec. 1, 2013

Python OpenGL

Sometimes ago I discovered the OpenGL XML API Registry which is in short an XML file describing the OpenGL API. This discovery gave me the idea to start the implementation of a newer OpenGL wrapper.

I am playing with OpenGL and Python through PyOpenGL since several years. Sometimes ago I discovered the OpenGL XML API Registry which is in short an XML file describing the OpenGL API. This discovery gave me the idea to start the implementation of a newer OpenGL wrapper which is motivated by the fact actually the wrapper of PyOpenGL is generated using an header parser which generate thousand of files. My new project proudly blessed PyOpenGLng aims to experiment the usage of the Registry to make a simpler wrapper process.