Neko OpenVG binding
OpenVG is a "royalty-free, cross-platform API that provides a low-level hardware acceleration interface for vector graphics libraries" developed by the Khronos group.
The Neko OpenVG binding particularily binds the ShivaVG library, an open-source ansi-C OpenVG implementation based on OpenGL, developed by Ivan Leben.
Xinfinity requires some minimal changes to ShivaVG (that will hopefully not be neccessary with ShivaVG 0.2 any more). The patch (and complete patched source code) can be found on http://xinf.org/misc/shivavg.
The openvg haxelib bundles the compiled library for Windows and OSX. If you're on Linux (or some other platform), you can install the patched ShivaVG with the usual autoconf installation:
# wget http://xinf.org/misc/shivavg/shivavg-0.1.0-xinf1.tar.gz # tar xvfz shivavg-0.1.0-xinf1.tar.gz # cd shivavg-0.1.0-xinf1 # ./configure && make # sudo make install
