Draw2d changed to use our own freetype fork
Go to file
Stani 67213e40fc improve documentation for godoc 2015-07-08 00:01:01 +02:00
curve remove deprecated files 2015-04-22 15:59:32 +02:00
draw2dgl improve documentation for godoc 2015-07-08 00:01:01 +02:00
draw2dpdf improve documentation for godoc 2015-07-08 00:01:01 +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 update gitignore 2015-07-01 15:38:14 +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 improve documentation for godoc 2015-07-08 00:01:01 +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 improve documentation for godoc 2015-07-08 00:01:01 +02:00
fileutil.go Add Save and Load util function 2015-04-22 15:59:01 +02:00
font.go fixed the SetFontData method 2015-06-27 19:41:34 +02:00
gc.go make sample interface private 2015-07-07 23:35:03 +02:00
image.go fix recalc 2015-07-01 01:36:27 +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
samples_test.go updated repository names 2015-07-07 00:07:44 +02:00
stack_gc.go - fix font size 2015-07-01 01:06:53 +02:00
stroker.go Merge simpler import path 2015-04-19 17:14:42 +02:00
test_test.go make sample interface private 2015-07-07 23:35:03 +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

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.

Softwares and Packages using draw2d

References