opengl ES on T-Engine

hi! i am sandeep a computer engineer working in embedded systems. i am currently trying to make open gl ES available on T-Engine. T-engine environment has a SH7727 CPU . I am trying to develop wrapper functions to make opengl available on T-engine. can some body suggest some good study material or starting point for the same.

thanks and regards,

Sandeep

That seems a pretty tough question.

It would be best suited to the OpenES forums :
http://www.khronos.org/cgi-bin/ubb/ultimatebb.cgi?category=3

Nevertheless, there is a FAQ at the OpenES website, it can be useful :
http://www.khronos.org/opengles/index.html

Originally posted by Sandeep Paranjpe:
hi! i am sandeep a computer engineer working in embedded systems. i am currently trying to make open gl ES available on T-Engine. T-engine environment has a SH7727 CPU . I am trying to develop wrapper functions to make opengl available on T-engine. can some body suggest some good study material or starting point for the same.
If you mean writing a whole OpenGL implementation then it won’t be easy… What kind of graphics hardware does that platform have (if it has it at all, that is). If everything you’ve got on board is a CPU then it won’t be an easy task, try starting from here anyway: http://ogl-es.sourceforge.net/