Open GL ES

Hi every one!!

I am working on OpenGL with Glut library on linux PC. Now i want to move to Renasas R-carM3 (ARM) linux booted environment for this I need OpenGL ES with Glut library.
Is there any Glut library for OpenGL ES. If Yes, please Can any body help that How to Run OpenGL ES with Glut library on ARM.

Best Regards,
L.srikanth.

[QUOTE=L.Srikanth;1288852]Hi every one!!

I am working on OpenGL with Glut library on linux PC. Now i want to move to Renasas R-carM3 (ARM) linux booted environment for this I need OpenGL ES with Glut library.
Is there any Glut library for OpenGL ES. If Yes, please Can any body help that How to Run OpenGL ES with Glut library on ARM.

Best Regards,
L.srikanth.[/QUOTE]

There is freeglut project that can handle openglES context creation for android and some other platforms.
See details

http://freeglut.sourceforge.net/docs/gles.php

If it is not specifically available for your platform I would suggest you to build code of freeglut using your platform toolchain.
You can find source details here.

http://freeglut.sourceforge.net/

Thanks