draw2d/README.md
2015-04-22 16:03:13 +02:00

955 B

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 here.

Some usages of draw2d Samples

Known Softwares and Packages using draw2d

References