Rasterific

A pure haskell drawing engine.

Version on this page:0.7.2.1
LTS Haskell 22.13:0.7.5.4
Stackage Nightly 2024-03-14:0.7.5.4
Latest on Hackage:0.7.5.4

See all snapshots Rasterific appears in

BSD-3-Clause licensed by Vincent Berthoux
Maintained by [email protected]
This version can be pinned in stack with:Rasterific-0.7.2.1@sha256:3e70c5bd813c1e9e031a340c37459bb7a28c0d84d3b2887b23392a91c0f7982f,5744

Rasterific

Rasterific logo

Build Status Hackage

Rasterific is a Haskell rasterization engine (a vectorial renderer) implemented on top of JuicyPixels. Rasterific bases its text rendering on FontyFruity.

Main capability

  • Draw vector graphics to an image.
  • Export graphics to PDF (since 0.6).

Design

The renderer design is based on the Nile / Gezira renderer from the STEP project from the VPRI institute. The interesting thing about this renderer is the conciseness of it’s implementation, providing antialiased rendering in the way.