raster

2D vector graphics rasterizer
git clone git://git.rr3.xyz/raster
Log | Files | Refs | README | LICENSE

README (341B)


      1 2D vector graphics rasterizer
      2 
      3 This is a work in progress, but the goal is to have an extremely simple yet
      4 efficient rasterizer written in a literate style.
      5 
      6 The algorithm is approximately based on [1], and we currently output images in
      7 farbfeld format [2].
      8 
      9 [1] http://nothings.org/gamedev/rasterize
     10 [2] https://tools.suckless.org/farbfeld