gocairo

command module
v0.0.0-...-ddd30f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

README

Package cairo is a Golang wrapper for the Cairo graphics library.
Copyright 2015 Google Inc. All Rights Reserved.

(Not an official Google project.)

This wrapper is unique among 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.

Install

If you're lucky this will work:

go get github.com/martine/gocairo/cairo

but Cairo can be built many different configurations (e.g. it can be built with or without Xlib or PNG etc. support), so it's likely you'll need to git clone this repository instead and run make to have the build process autodetect your system's configuration.

Docs

http://godoc.org/github.com/martine/gocairo/cairo

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package cairo wraps the Cairo graphics library.
Package cairo wraps the Cairo graphics library.
Draws a figure with some lines, demonstrating paths and lines.
Draws a figure with some lines, demonstrating paths and lines.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL