@hackage Rasterific0.7.5.4
A pure haskell drawing engine.
Installation
Dependencies (15)
- FontyFruity >=0.5.3.4 && <0.6
- JuicyPixels >=3.3.2
- base >=4.9 && <6
- bytestring >=0.10.2
- containers >=0.5
- dlist >=0.6 Show all…
Dependents (9)
@hackage/fei-datasets, @hackage/ffmpeg-light, @hackage/fei-nn, @hackage/acme-everything, @hackage/dihaa, @hackage/fei-cocoapi, Show all…
Package Flags
embed_linear
(on by default)
Embed a reduced version of Linear avoiding a (huge) dep
Rasterific

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.