gobbi github repo

Getting started

pre-requisites

running examples

Run ./examples for a list of the available examples.

use in an application

Using gobbi in an application in no different to using most other libraries.

To add gobbi to a project that make use of go modules use go get.

go get github.com/pekim/gobbi

Then import a package such as gtk.

import "github.com/pekim/gobbi/lib/gtk"

Application lifecycle describes the minimal apis needed to build an application that will create a window.

build tags

It will often be necessary to build gobbi applications with build tags.