Chlor

From HaskellWiki
Revision as of 11:13, 14 January 2010 by Lenny222 (talk | contribs) (→‎Features)
Jump to navigation Jump to search

Chlor is a highlevel Haskell vector graphics framework for non-interactive diagrams and charts.

It aims to be a practical framework

  • that is trivial to install
  • that provides a rich repository of reusable highlevel components
  • that can generate graphics in essential file formats (PDF, SVG, EPS, etc)

It is currently available from the code repository only.

Features

Chlor uses a top-down graphics model. You define a box and what objects to create within this box. These objects themselves can decide what to draw within their respective boxes, and so on.

Boxes

Shapes