openVg-EGL in linux

Can anyone tell me what should I do to use OpenVG and EGL in Linux platform …

It would be of great help if you would suggest some links to Sample programs…

Expecting help…

If you have an OpenGL board, you could download and try AmanithVG (you have to apply a simple download form). Linux version includes all examples, but EGL is missing (under Linux we use GLUT toolkit to open a valid context for the library).
If you don’t have an OpenGL board you have to wait a bit for our new software OpenVG engine :slight_smile:

thanks …
I have downloaded them…

Has anyone managed to compile the “Reference Implementation” in Linux ?

If so, do you have a sample makefile ?

Thanks

Taking a quick peek at the RI it looks like it has a mini EGL implementation written against desktopGL and GLUT. So it might compile right out of the box on linux, you just need to a create a makefile to compile the source into a shared/static lib.

It can be found at:

http://www.khronos.org/registry/vg/