Rasterific is a vector drawing library (a rasterizer) implemented in pure haskell. Can render vector graphics to an image and export vector data to PDF. [Index] [Quick Jump] Embed a reduced version of Linear avoiding a (huge) dep Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info Package maintainers For package maintainers and hackage trustees Candidates Rasterific is a Haskell rasterization engine (a vectorial renderer) implemented on top of JuicyPixels. Rasterific bases its text rendering on FontyFruity. 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.


Keywords
graphics, library, Propose Tags, Skip to Readme, , Index, Quick Jump, Graphics.Rasterific, Graphics.Rasterific.BiSampleable, Graphics.Rasterific.Immediate, Graphics.Rasterific.Lenses, Graphics.Rasterific.Linear, Graphics.Rasterific.MeshPatch, Graphics.Rasterific.Outline, Graphics.Rasterific.Patch, Graphics.Rasterific.PathWalker, Graphics.Rasterific.Texture, Graphics.Rasterific.Transformations, More info, Rasterific-0.7.5.4.tar.gz, browse, Package description, Package maintainers, VincentBerthoux, edit package information , JuicyPixels, FontyFruity, Nile, Gezira, VPRI
License
BSD-3-Clause
Install
cabal install Rasterific-0.7

Documentation

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.