Used by 1 package in lts-19.14(full list with versions):

NanoVG Haskell bindings

Build Status Hackage

Currently only the GL3 backend is supported.

A large part of the example bundled with NanoVG is translated into Haskell and bundled as example00.

Most of the bindings directly expose the corresponding NanoVG so look there for more details on the usage.

There is also a diagrams backend using these bindings.

Feel free to open issues if you have any ideas for improvements (or even better PRs :)).

Changes

0.6.0.0

  • GL2 support
  • openGLES3 support
  • Drop support for GHC 7.10

0.5.2.0

  • MacOS support

0.5.0.0

  • Remove dependency on linear