chalkboard-viewer

OpenGL based viewer for chalkboard rendered images.

http://ittc.ku.edu/~andygill/chalkboard.php

Latest on Hackage:0.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 Andy Gill
Maintained by Andy Gill

Chalkboard is a Haskell hosted Domain Specific Language (DSL) for image generation and processing. The basic structure is a chalk board, a two-dimensional canvas of values, typically colors. Chalkboard provides the usual image processing functions (masking, overlaying, function mapping, cropping, warping, rotating) as well as a few more unusual ones.

Chalkboard Viewer is a portal into a dynamically updatable Board, via an OpenGL window.