Draw2d changed to use our own freetype fork
draw2dbase | ||
draw2dgl | ||
draw2dimg | ||
draw2dkit | ||
raster | ||
resource | ||
.gitignore | ||
AUTHORS | ||
draw2d.go | ||
drawing_kit.go | ||
font.go | ||
gc.go | ||
LICENSE | ||
path.go | ||
README.md | ||
transform.go |
draw2d
This package (written in go) provides an API to draw 2d vector forms on images. This library is inspired by postscript and HTML5 canvas.
The package depends on freetype-go package for its rasterization algorithm.
Using
Install golang and get draw2d
go get github.com/llgcode/draw2d
and start coding using one of the Samples.