Hi folks,today i've created my first dlang library ^_^ a binding to the OpenVG library standard. The referenced implementation is ShivaVG which allows to draw vector graphics within an OpenGL context (similar to cairo).
A small demo application is included, using derelict gl3 and glfw3
https://github.com/oggs91/OpenVG_D http://code.dlang.org/packages/dopenvg
