name: wumpus-microprint
version: 0.7.0
license: BSD3
license-file: LICENSE
copyright: Stephen Tetley <stephen.tetley@gmail.com>
maintainer: Stephen Tetley <stephen.tetley@gmail.com>
homepage: http://code.google.com/p/copperbox/
category: Graphics
synopsis: Microprints - "greek-text" pictures.
description:
.
A library to produce /microprints/ [1] sometimes known as
\"greek-text\".
.
Note this library only provides the graphically half of the
functionality needed to make microprints. There is no support
for tokenizing input files, and at the moment it is really
just a test bed for Wumpus.
.
Currently pictures are made within a monad providing /teletype/
style operations. Other methods of drawing are possible, but
are yet to be implemented.
.
\[1\] <http://scg.unibe.ch/archive/papers/Robb05b-microprintsESUG.pdf>
.
Changelog:
.
0.6.0 to 0.7.0:
.
* Again, internal changes to work with latest @Wumpus-Basic@.
.
0.5.0 to 0.6.0:
.
* Updated internals to work with latest @wumpus-core@ and
@wumpus-basic@.
.
0.4.0 to 0.5.0:
.
* Updated internals to work with latest @wumpus-core@ and
@wumpus-basic@.
.
0.3.0 to 0.4.0:
.
* Implementation modules are now hidden. Added some documentation.
.
* DrawF renamed DrawWordF, MP_config renamed MicroPrintConfig.
.
0.2.0 to 0.3.0:
.
* Updated to use ConsDrawing monad from Wumpus-Basic.
.
0.1.1 to 0.2.0:
.
* Updated to use Basic.Graphic types from wumpus-basic-0.2.0
.
* Added bordered printing that marks the unit character width.
.
.
build-type: Simple
stability: highly unstable
cabal-version: >= 1.2
extra-source-files:
CHANGES,
LICENSE,
demo/Demo01.hs
library
hs-source-dirs: src
build-depends: base < 5,
vector-space >= 0.6,
wumpus-core == 0.32.0,
wumpus-basic == 0.7.0
exposed-modules:
Wumpus.MicroPrint,
Wumpus.MicroPrint.VersionNumber
other-modules:
Wumpus.MicroPrint.DrawMonad,
Wumpus.MicroPrint.Render
extensions:
ghc-options:
includes: