vinyl-gl

Utilities for working with OpenGL's GLSL shading language and vinyl records.

Latest on Hackage:0.3.4

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 by Anthony Cowley
Maintained by [email protected]

Using Data.Vinyl records (similar in spirit to HList) to carry GLSL uniform parameters and vertex data enables library code to reflect over the types of the data to facilitate interaction between Haskell and GLSL. See the examples directory in the repository for more information.