wumpus-basic: Common drawing utilities built on wumpus-core.
** WARNING ** - this package is sub-alpha. It was released to Hackage prematurely - designing a higher-level drawing library turns out to be much more demanding than designing a low-level one (Wumpus-Core).
A few of the modules (SafeFonts, SVGColours, X11Colours) are fairly stable others simply aren't and may even disappear in subsequent updates.
Changelog:
6.0 to 0.7.0:
Major rework of Graphic types, the old types (AGraphic, GraphicF etc.) and the old drawing monads have been removed. The new types are based on the AGraphic and related types but their implementation is different. The new types track the graphics state within the type (the DrawingContext) plus how to draw themselves. For real drawings, graphics are collected with a Writer-like monad the
Basic.Graphic.Drawing
monad which replaces the DrawingCtx and Trace monads. The Turtle monad remains and has been updated to work with the new drawing monads.LRText and LRSymbol modules temporarily removed as they contradict the new, optimized kerning functionality in
Wumpus.Core
.
5.0 to 0.6.0:
Updates to work with wumpus-core-0.30.0.
The code from
Basic.Graphic
has been moved in toBasic.Graphic.Primitive
- this module is due a major overhaul.Basic.Graphic
is now an import shim forBasic.Graphic.Primitive
.
4.0 to 0.5.0:
Re-worked the PictureLanguage module.
SVGColours and X11Colours moved into
Wumpus.Basic.Colour
. Naming scheme for colours changed to use underscore between words rather than camelCase.Updates to work with wumpus-core-0.30.0.
Modules
[Index]
Downloads
- wumpus-basic-0.7.0.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.1, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.18.0, 0.20.0, 0.21.0, 0.22.0, 0.24.0 |
---|---|
Change log | CHANGES |
Dependencies | base (<5), containers (>=0.3 && <=0.4), vector-space (>=0.6), wumpus-core (==0.32.0) [details] |
License | BSD-3-Clause |
Copyright | Stephen Tetley <stephen.tetley@gmail.com> |
Author | |
Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
Category | Graphics |
Home page | http://code.google.com/p/copperbox/ |
Uploaded | by StephenTetley at 2010-09-15T11:22:43Z |
Distributions | |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Downloads | 14471 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |