Issue 237: Be OpenGL ES compatible
Status:  Accepted
Owner:
Project Member Reported by txprog, Apr 14, 2010
Rewrite the graphx package to be OpenGL ES compatible.

That's mean :
* forbid immediate mode (glBegin()/glEnd())
* don't import OpenGL.GL, but graphx.gl
* use object (new graphx.Line(), line.add_point...., line.draw())
Apr 14, 2010
Project Member #1 dennd...@gmail.com
Maybe it would be a good idea then to only import the supported stuff in the new graphx package. (Currently 
there's a "from OpenGL.GL import *". If the user still wants to use immediate mode, he can still do the import 
himself.
Aug 15, 2010
Project Member #2 txprog
(No comment was entered for this change.)
Labels: Type-Enhancement