My favorites | Sign in
Project Home Downloads Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 324: Do not use directly PyOpenGL, use our GL.
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  txprog


 
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

Powered by Google Project Hosting