| Issue 324: | Do not use directly PyOpenGL, use our GL. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Labels:
Type-Enhancement
|