OpenVGRaw

Raw binding to OpenVG (ShivaVG-0.2.1 implementation).

http://code.google.com/p/copperbox/

Latest on Hackage:0.4.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed
Maintained by Stephen Tetley

A raw Haskell binding to OpenVG vector graphics API version 1.0.1, specifically the ShivaVG-0.2.1 implementation.

Following Sven Panne's OpenGL model this is essentially a 1:1 mapping between the OpenVG C API and Haskell and is expected to be used in concert with the higher-level OpenVG pacakge.

Detailed install instructions for Windows (MinGW/MSYS) are included in the OpenVG package.

Changelog

v0.3.0 to v0.4.0

  • Re-fixed imports to work with GHC 7.6. Seemingly I missed uploading V0.3.0 to Hackage in August 2012.

v0.2.0 to v0.3.0

  • Fixed imports

v0.1.0 to v0.2.0

  • Changed type of vgGetMatrix