Issue 324: Do not use directly PyOpenGL, use our GL.
Status:  Accepted
Owner:
Project Member Reported by txprog, Aug 18, 2010
As the documentation said, http://pyopengl.sourceforge.net/documentation/opengl_diffs.html, PyOpenGL 3.0 is slow. And after a test by using directly C GL, it's really slow.

Goal: 
1. add a new c_ext/c_opengl.pyx
2. change all import from PyOpenGL to our c_opengl
3. fix specific PyOpenGL check from FBO, and other part in the code
4. ensure we're not using PyOpenGL anymore in the framework !
Aug 19, 2010
Project Member #1 txprog
(No comment was entered for this change.)
Labels: Type-Enhancement