Skip to content

Files

Latest commit

255ea43 · Nov 19, 2016

History

History
32 lines (23 loc) · 841 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 841 Bytes

draw2dglkit

GoDoc

Package draw2dglkit offers useful tools for using draw2d with OpenGL.

Benchmarks

$ go test -cpu 1 -bench .
BenchmarkFillWithin     	  100000	     19896 ns/op
BenchmarkIsPointInShape 	   10000	    159035 ns/op
PASS
ok  	github.com/redstarcoder/draw2dglkit	4.674s

Installation

Install golang. To install or update the package draw2dglkit on your system, run:

go get -u github.com/redstarcoder/draw2dglkit

Acknowledgments

redstarcoder wrote this library. Laurent Le Goff wrote draw2d.