Draw2d changed to use our own freetype fork
Go to file
Stani 74e84c4493 implemented more methods for pdf graphic context, fixed the code for 100% golint and go vet 2015-06-27 16:21:13 +02:00
curve remove deprecated files 2015-04-22 15:59:32 +02:00
draw2dgl Merge simpler import path 2015-04-19 17:14:42 +02:00
pdf2d implemented more methods for pdf graphic context, fixed the code for 100% golint and go vet 2015-06-27 16:21:13 +02:00
raster Merge simpler import path 2015-04-19 17:14:42 +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
advanced_path.go Preparing for pdf backend 2015-06-27 01:03:41 +02:00
arc.go Merge simpler import path 2015-04-19 17:14:42 +02:00
curves.go Merge simpler import path 2015-04-19 17:14:42 +02:00
dasher.go Merge simpler import path 2015-04-19 17:14:42 +02:00
demux_converter.go Merge simpler import path 2015-04-19 17:14:42 +02:00
draw2d.go Update doc 2015-04-22 16:22:24 +02:00
fileutil.go Add Save and Load util function 2015-04-22 15:59:01 +02:00
font.go Merge simpler import path 2015-04-19 17:14:42 +02:00
gc.go Merge simpler import path 2015-04-19 17:14:42 +02:00
image.go Merge simpler import path 2015-04-19 17:14:42 +02:00
math.go Merge simpler import path 2015-04-19 17:14:42 +02:00
paint.go Merge simpler import path 2015-04-19 17:14:42 +02:00
path.go Merge simpler import path 2015-04-19 17:14:42 +02:00
path_adder.go Preparing for pdf backend 2015-06-27 01:03:41 +02:00
path_converter.go Preparing for pdf backend 2015-06-27 01:03:41 +02:00
path_storage.go Preparing for pdf backend 2015-06-27 01:03:41 +02:00
rgba_interpolation.go Merge simpler import path 2015-04-19 17:14:42 +02:00
stack_gc.go Merge simpler import path 2015-04-19 17:14:42 +02:00
stroker.go Merge simpler import path 2015-04-19 17:14:42 +02:00
transform.go Merge simpler import path 2015-04-19 17:14:42 +02:00
vertex2d.go Merge simpler import path 2015-04-19 17:14:42 +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