mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Do not use directly PyOpenGL, use our GL. #324

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by txprog on 19 Aug 2010 at 11:35