Skip to content

ricochet2200/drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drawer

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.

How to use

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.

Issues & Contributing

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.

About

Basic drawing functions for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages