mansrz / pymt

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

Be OpenGL ES compatible #237

Open GoogleCodeExporter opened 9 years ago

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

Original issue reported on code.google.com by txprog on 14 Apr 2010 at 8:43

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

Original comment by dennd...@gmail.com on 14 Apr 2010 at 8:11

GoogleCodeExporter commented 9 years ago

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