1.2 KiB
1.2 KiB
draw2d
Package draw2d is a pure go 2D vector graphics library with support for multiple output devices such as images (draw2d), pdf documents (draw2dpdf) and opengl (draw2dopengl), which can also be used on the google app engine. This library is inspired by postscript and HTML5 canvas.
See the documentation for more details.
The package depends on freetype-go package for its rasterization algorithm.
Installation
Install golang. To install or update the package draw2d on your system, run:
go get -u github.com/llgcode/draw2d
and start coding using one of the Samples.