Porting of open GL on dsp chip starcore

Hello Friends,

Iam new to openGL. Iam an embedded software engineer. I need to port OPEBGL on a motorola chip called Starcore.Any ideas how I can get started?

I guess I need some C source code for OpenGL API.
Where can I find it?

Any help will be appreciated.

Sheetal

Hi!

Depending if you need the full OpenGL API or only a subset I suggest you look at:

OpenGL ES http://www.khronos.org/opengles/ which is target at embedded systems

TinyGL http://fabrice.bellard.free.fr/TinyGL/ is also an OpenGL subset for embedded systems

If you want a full OpenGL implementation check out

MESA www.mesa3d.org which is an opensource OpenGL implementation (they cant call it OpenGL because of licensing issues).

Licensing is probably something you need to take into account as well.

http://www.opengl.org/about/licensing.html