GPipe-2.2.2: Typesafe functional GPU graphics programming

Safe HaskellNone
LanguageHaskell98

Graphics.GPipe

Description

A typesafe API based on the conceptual model of OpenGl, but without the imperative state machine. GPipe aims to be as close to raw OpenGl performance as possible, without compromising type safety or functional style. Includes an embedded domain specific language for GLSL shaders which provides type safety even when crossing into that domain. Uses the OpenGl 3.3 core profile under the hood.

To learn GPipe, start with the readme at the source repository. You could also go directly to a working example or the tutorials: Part 1, Part 2, Part 3, Part 4, Part 5.

This module reexports relevant GPipe modules and the external Linear and Data.Boolean modules.

Documentation

module Linear