running GL ES 2.0 code under Linux ( no Android no iOS )

Posted by user827992 on Game Development See other posts from Game Development or by user827992
Published on 2012-09-17T05:10:06Z Indexed on 2012/09/17 9:52 UTC
Read the original article Hit count: 367

Filed under:
|
|

I need to code OpenGL ES 2.0 bits and i would like to do this and run the programs on my desktop for practical reasons.

Now, i already have tried the official GLES SDK from ATI for my videocard but it not even runs the examples that comes with the SDK itself, i'm not looking for performance here, even a software based rendering pipeline could be enough, i just need full support for GLES 2.0 and GLSL to code and run GL stuff.

There is a reliable solution for this under Ubuntu Linux ?

© Game Development or respective owner

Related posts about glsl

Related posts about opengl-es2