@hackage / graphics-drawingcombinators

A functional interface to 2D drawing in OpenGL

Latest1.5.1

About

Metadata

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

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    ftgl (on by default)

    Does the system have FTGL, thus we could use not sucky fonts

    examples (off by default)

    Build example programs

Readme

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.