HGL-3.2.0.5: A simple graphics library based on X11 or Win32

Portabilitynon-portable (requires concurrency)
Stabilityprovisional
Maintainerlibraries@haskell.org
Safe HaskellNone

Graphics.HGL.Draw

Contents

Description

Drawing in a simple graphics library.

Synopsis

Graphics

The type Graphic, which represents an abstract drawing, is actually a special case of a Draw monad.

Graphical objects

These are ways of constructing values of type Graphic.

Graphical attributes

These are used to alter the above drawings. Brushes are used for filling shapes, pens for drawing lines.