Popularity
9.3
Stable
Activity
0.0
Stable
140
9
13

Monthly Downloads: 84
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics    
Latest version: v0.7.5

Rasterific alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view Rasterific alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Rasterific or a related project?

Add another 'Graphics' Package

README

Rasterific

Rasterific logo

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.