Draw2d changed to use our own freetype fork
Find a file
2015-04-29 11:16:03 +02:00
curve refactoring mv path things in path package 2015-04-29 10:28:05 +02:00
draw2dgl Refactoring path things 2015-04-29 11:16:03 +02:00
path refactoring mv path things in path package 2015-04-29 10:28:05 +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
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
ftgc.go refactoring mv path things in path package 2015-04-29 10:28:05 +02:00
gc.go refactoring mv path things in path package 2015-04-29 10:28:05 +02:00
LICENSE Remove oldies 2011-04-27 10:06:14 +02:00
math.go refactoring mv path things in path package 2015-04-29 10:28:05 +02:00
paint.go Merge simpler import path 2015-04-19 17:14:42 +02:00
README.md Update README.md 2015-04-22 16:05:00 +02:00
rgba_interpolation.go Merge simpler import path 2015-04-19 17:14:42 +02:00
stack_gc.go refactoring mv path things in path package 2015-04-29 10:28:05 +02:00
transform.go refactoring mv path things in path package 2015-04-29 10:28:05 +02:00

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