Deprecated

In favour of

ghci-diagrams

Display simple diagrams from ghci

Latest on Hackage:0.1.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 Péter Diviánszky
Maintained by [email protected]

This library provides a simple 2D graphics environment which is used in our beginner's Haskell course at ELTE University in Budapest.

Example> draw $ circle 10 fill lightblue

Changes since version 0.1: resizeable diagram, easier exit