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 !
Original issue reported on code.google.com by txprog on 18 Aug 2010 at 8:29
Original issue reported on code.google.com by
txprog
on 18 Aug 2010 at 8:29