Basic drawing functions for Go
This library was started after this conversation on the golang mailing list. While the go standard libray has support for image manipuation, it lacks functions to draw basic shapes and lines. The intent of this library is to provide those features, and provided there is enough support, merge them into the standard library.
Install this package in the normal way using go get
. Examples for how to use this library can be found in the examples folder.
Document is found here.
This library is not currently production ready but the goal is to become so. Please create an issue for any bugs or features requests. Well written bug reports will be fixed promptly while feature requests will take more time.