openvg

OpenVG implementation?


Which OpenVG implementations exists?

What are pros and cons of each of them?

I'm looking for is a highly stable, fast rendering implementations that is still being actively maintained and developed.


Solution

  • I've worked with OpenVG a little bit, and there aren't a lot of implementations out there. I happen to use ShivaVG, which uses OpenGL, but it hasn't been updated in a while Some other implementations include:

    Mind you, these are all implementations for the desktop; I'm not sure what the actual hardware support is on mobile devices.

    Personally, I would consider ShivaVG the best just because it supports enough features to do most things, and it's fast. There are some unfixed bugs, but hey, the source code is open.

    Incidentally, the SF site for ShivaVG is here; you'd probably want to use the trunk version, not the numbered release because it's slightly more up-to-date. Also the KompazzVG trunk might be here.