Opengl-es 1.x


rixed

Member
Joined
Dec 31, 2005
Messages
206
Age
48
Location
Paris (fr)
Website
happyleptic.org
Hi y'all !

For testing, Im looking for opensourced app/game that uses only the opengl-es 1.X library.

GL-es 1.x supports only fixed point arithmetic, that's why its tedious to port any opengl app to opengl-es 1.x application : all values have to be converted from float to fixed by hand. Im doing it with glxgears and I don't want to do it for any bigger programm.

So Im looking for an opensourced programm that's natively binded to opengl-es 1.X.

Do you know of some ?

Thank you.
 
rixed posted on Oct 13 2006 at 01:45 AM said:
Hi y'all !

For testing, Im looking for opensourced app/game that uses only the opengl-es 1.X library.

GL-es 1.x supports only fixed point arithmetic, that's why its tedious to port any opengl app to opengl-es 1.x application : all values have to be converted from float to fixed by hand. Im doing it with glxgears and I don't want to do it for any bigger programm.

So Im looking for an opensourced programm that's natively binded to opengl-es 1.X.

Do you know of some ?

Thank you.

Have you been here to check out their SDK's?

http://www.imgtec.com/PowerVR/insider/index.asp

Maybe they have some example code that will help you. They support embedded systems as well as building GL-ES on PC platforms.
 
Last edited by a moderator:
Back
Top