Draw2d changed to use our own freetype fork
Go to file
Laurent Le Goff 72643a28b2 Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
draw2dbase Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
draw2dgl move flattening code in draw2dbase 2015-04-29 17:16:15 +02:00
draw2dimg Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
draw2dkit document 2015-04-29 17:52:43 +02:00
raster migrating to new curve package 2015-04-23 10:05:48 +02:00
resource remove unecessary folder 2015-04-22 11:08:18 +02:00
.gitignore gitignore: translate from hgignore 2015-04-19 00:32:22 +02:00
AUTHORS Remove oldies 2011-04-27 10:06:14 +02:00
LICENSE Remove oldies 2011-04-27 10:06:14 +02:00
README.md Update README.md 2015-04-22 16:05:00 +02:00
draw2d.go Update doc 2015-04-22 16:22:24 +02:00
font.go Merge simpler import path 2015-04-19 17:14:42 +02:00
gc.go Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
graphics.go Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
matrix.go Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
path.go add comments on path 2015-04-29 17:59:39 +02:00
transform.go comment 2015-04-29 18:09:07 +02:00

README.md

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.

Softwares and Packages using draw2d

References