Difference between revisions of "Chlor"

From HaskellWiki
Jump to navigation Jump to search
m
Line 10: Line 10:
   
 
== Features==
 
== 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 ===
 
=== Boxes ===

Revision as of 11:13, 14 January 2010

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