Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 4.5 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 Graphics.GPipe.Context
module Graphics.GPipe.Format
module Graphics.GPipe.Buffer
module Graphics.GPipe.FrameBuffer
module Graphics.GPipe.Linear
module Graphics.GPipe.Shader
module Graphics.GPipe.Expr
module Graphics.GPipe.Uniform
module Graphics.GPipe.Texture
module Graphics.GPipe.Sampler
module Data.Boolean