On Tue, Apr 16, 2013 at 12:12 AM, Terry Simons
<terry....@gmail.com> wrote:
The Raspberry Pi uses OpenGL ES and it doesn't appear to work with cocos2d. (No GLX extension).
Is there any plan to support OpenGL ES based devices with the Python version of cocos2d?
The main problem is that pyglet, (the cocos dependency that provides gl bindigs, windowing support, resource loading...) does not support OpenGL ES .
For pyglet to support openGL ES I suppose at least bindings to EGL (analog to WGL on windows or GLX on linux) must be built.
Googling for pyglet openGL ES shows the issue has cropped in the pyglet list, and even some people talks about working in the feature, by example:
Maybe you can ask there ?