@hackage / vinyl-gl

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

Latest0.3.4

About

Metadata

  • Last updated , by AnthonyCowley
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: acowley@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.4.3
  2. 8.2.2
  3. 8.0.2

Readme

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.