wumpus-drawing: High-level drawing objects built on Wumpus-Basic.
** WARNING ** - this package is sub-alpha. Although many of the drawing objects have been improved since the code was split from Wumpus-Basic, the code is still prototypical. Essentially this package is a technology preview and not a re-usable library.
NOTE - many of the demos use font metrics. Font metrics for
the "Core 14" PostScript fonts are distributed as *.afm
files with GhostScript in the fonts
directory. Wumpus expects
the GhostScript font metrics to be AFM version 2.0 files (this
matches GhostScript 8.63). Alternatively, metrics for the Core
14 fonts are available from Adode (AFM version 4.1), see the
links below. To run the demos properly you will need one of
these sets of metrics.
Adobe Font techinal notes: https://www.adobe.com/devnet/font.html
Core 14 AFM metrics: https://www.adobe.com/content/dam/Adobe/en/devnet/font/pdfs/Core14_AFMs.tar
Also note that Wumpus uses fallback metrics (derived from the monospaced Courier font) when font loading fails, rather than throwing a terminal error. Applications should ideally check the font loading log to ensure that fonts have loaded correctly (the demos print this log to standard out).
Changelog:
v0.1.0 to 0.2.0:
Added new Shapes.
Move Geometry modules to Wumpus-Basic.
Re-implemented Chains.
Re-implemented LR-Text. Added CatText.
v0.1.0:
Initial release - this is a split from
Wumpus-Basic
making the (very prototypical - read sub-alpha, unstable...) modules in theDrawing
hierarchy a separate package.Simplified Chains - chains are now regular lists (though often infinite). Drawings are made with chains using new zip-like functions.
Re-worked Shapes.
Re-worked Arrow and Arrow Tip types.
Re-worked ConnectorPaths.
Modules
[Index]
- Wumpus
- Drawing
- Wumpus.Drawing.Arrows
- Wumpus.Drawing.Chains
- Colour
- Dots
- Wumpus.Drawing.Grids
- Wumpus.Drawing.Paths
- Wumpus.Drawing.Shapes
- Wumpus.Drawing.Shapes.Base
- Wumpus.Drawing.Shapes.Circle
- Wumpus.Drawing.Shapes.Diamond
- Wumpus.Drawing.Shapes.Ellipse
- Wumpus.Drawing.Shapes.InvSemicircle
- Wumpus.Drawing.Shapes.InvSemiellipse
- Wumpus.Drawing.Shapes.InvTriangle
- Wumpus.Drawing.Shapes.Parallelogram
- Wumpus.Drawing.Shapes.Rectangle
- Wumpus.Drawing.Shapes.Semicircle
- Wumpus.Drawing.Shapes.Semiellipse
- Wumpus.Drawing.Shapes.Trapezium
- Wumpus.Drawing.Shapes.Triangle
- Text
- Turtle
- Wumpus.Drawing.VersionNumber
- Drawing
Downloads
- wumpus-drawing-0.2.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.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.9.0 |
---|---|
Change log | CHANGES |
Dependencies | base (<5), containers (>=0.3 && <=0.6), vector-space (>=0.6 && <1.0), wumpus-basic (==0.16.0), wumpus-core (>=0.43.0 && <0.44.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 2011-02-08T15:25:13Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 5587 total (0 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] |