[cairo] [ann] golang bindings for cairo

Evan Martin martine at danga.com
Sat Jul 25 09:02:10 PDT 2015


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!


More information about the cairo mailing list