chalkboard: Combinators for building and processing 2D images.
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. Images can be imported into ChalkBoard, as first-class color chalk boards. ChalkBoard also provides combinators for drawing shapes on directly on boards. The system is based loosely on Pan, but the principal image type, a Board, is abstract.
Modules
- Graphics
- Graphics.ChalkBoard
- Graphics.ChalkBoard.Board
- Graphics.ChalkBoard.Main
- Graphics.ChalkBoard.O
- Graphics.ChalkBoard.Options
- Graphics.ChalkBoard.Shapes
- Graphics.ChalkBoard.Types
- Graphics.ChalkBoard.Utils
- Graphics.ChalkBoard
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
all | Enable full development tree, including all tests and examples | Disabled |
server | Enabled | |
test1 | Disabled | |
chalkmark | Disabled | |
simple | Disabled | |
cbbe1 | Disabled | |
example | Disabled | |
tutorial | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- chalkboard-1.9.0.16.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 1.9.0.15, 1.9.0.16 |
---|---|
Dependencies | array, base (>=4 && <5), binary, bytestring, Codec-Image-DevIL, containers (>=0.2), data-reify, directory, GLUT (>=2.1.2.1), OpenGLRaw (>=1.0.1.0), process, time [details] |
License | BSD-3-Clause |
Copyright | (c) 2009 University of Kansas |
Author | Andy Gill, Kevin Matlage |
Maintainer | Andy Gill <andygill@ku.edu> |
Category | Graphics |
Home page | http://www.ittc.ku.edu/csdl/fpg/ChalkBoard |
Uploaded | by AndyGill at 2009-12-02T22:49:55Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | chalkboard-tutorial-basic, chalkboard-examples-example, chalkboard-tests-cbbe1, chalkboard-tests-simple, chalkboard-tests-chalkmark, chalkboard-tests-test1, chalkboard-server-1_9_0_16 |
Downloads | 4275 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-11-05 [all 11 reports] |