puzzle-draw-cmdline: Creating graphics for pencil puzzles, command line tools.

[ deprecated, graphics, mit, program ] [ Propose Tags ]
Deprecated in favor of puzzle-draw

Companion executable to puzzle-draw. Separate to keep the dependency on diagrams-cairo out of the library.


[Skip to Readme]

Modules

[Last Documentation]

  • Diagrams
    • Puzzles
      • Diagrams.Puzzles.CmdLineSized

Flags

Automatic Flags
NameDescriptionDefault
cairo

Build against Cairo backend

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Change log CHANGES.md
Dependencies aeson (>=0.7 && <0.8), base (>=4.2 && <4.8), diagrams-cairo (>=1.0 && <1.2), diagrams-lib (>=1.0 && <1.2), diagrams-svg (>=1.0 && <1.2), filepath (>=1.3 && <1.4), optparse-applicative (>=0.7 && <0.9), puzzle-draw (>=0.1.0 && <0.1.1), yaml (>=0.8 && <0.9) [details]
License MIT
Author Robert Vollmert
Maintainer rfvollmert@gmail.com
Category Graphics
Source repo head: git clone http://github.com/robx/puzzle-draw-cmdline.git
Uploaded by vollmert at 2014-04-16T14:35:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables drawpuzzle
Downloads 3581 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 7 reports]

Readme for puzzle-draw-cmdline-0.1.0.1

[back to package description]

puzzle-draw-cmdline

Rendering logic puzzles, command-line support.

See puzzle-draw for the main part of this project.

This repository was split out to move the dependency on cairo out of puzzle-draw.

To enable the Cairo backend (required for png/pdf/ps output), use $ cabal install -f cairo