[ann] golang bindings for cairo
Evan Martin <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAFOH3pRQxYnvvbZpvvZV6dDPkbxpner=D7o-rkSvrc5qizM-eg@mail.gmail.com> |
Hello, I'd like to announce new bindings for the Go programming language for Cairo. Source: https://github.com/martine/gocairo Docs: http://godoc.org/github.com/martine/gocairo/cairo Examples: https://github.com/martine/gocairo/tree/master/example (each file there is a separate program) This wrapper is unique among golang Cairo wrappers in that it is generated by parsing the C API header, and then massaged from there into a Go-style API. This ensures the wrapper is consistent and complete. You can see from the "docs" link above that it covers almost all of the Cairo API. Feedback welcome! -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo