GPipe

Typesafe functional GPU graphics programming

http://tobbebex.blogspot.se/

Version on this page:2.0@rev:1
LTS Haskell 11.22:2.2.3
Stackage Nightly 2018-03-12:2.2.3
Latest on Hackage:2.2.5

See all snapshots GPipe appears in

MIT licensed and maintained by Tobias Bexelius
This version can be pinned in stack with:GPipe-2.0@sha256:3828cf5628f91a2aed23c409f068d632e618b050c9e7932ea1cc2217092a1170,2678

A typesafe API based on the conceptual model of OpenGl, but without the imperative state machine. Aims to be as close to the raw OpenGl performance as possible, without compromising type safety or functional style. Includes DSL for shaders to provide type safety even when crossing into that domain. Uses OpenGl 3.3 core profile under the hood.