Draw2d changed to use our own freetype fork
Go to file
Laurent Le Goff 966a9b73f7 remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
draw2dbase remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
draw2dgl remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
draw2dimg remove path package and create draw2dimg package 2015-04-29 14:33:32 +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
.project Remove oldies 2011-04-27 10:06:14 +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
curve.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
curve_test.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
draw2d.go Update doc 2015-04-22 16:22:24 +02:00
drawing_kit.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
flattener.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
font.go Merge simpler import path 2015-04-19 17:14:42 +02:00
gc.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
path.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
transform.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +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