graphics-drawingcombinators

A functional interface to 2D drawing in OpenGL

http://github.com/luqui/graphics-drawingcombinators

Latest on Hackage:1.5.1

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 Luke Palmer
Maintained by [email protected]

This module is a functional wrapper around OpenGL, so you don't have to go into the deep, dark world of imperative stateful programming just to draw stuff. It supports 2D only (for now), with support drawing geometry, images, and text.