9fe564753c | ||
---|---|---|
prev | ||
Compatibility.md | ||
LICENSE | ||
README.md | ||
TODO.md | ||
button.go | ||
checkbox.go | ||
combobox.go | ||
control.go | ||
datetimepicker.go | ||
entry.go | ||
label.go | ||
link_unix.go | ||
main.go | ||
progressbar.go | ||
radiobuttons.go | ||
separator.go | ||
slider.go | ||
spinbox.go | ||
util.go | ||
window.go | ||
zz_test.go |
README.md
ui: platform-native GUI library for Go
This is a library that aims to provide simple GUI software development in Go.
It is based on my libui, a simple cross-platform library that does the same thing, but written in C. You must include this library in your binary distributions.
It runs on/requires:
- Windows: cgo, Windows Vista and newer
- Mac OS X: cgo, Mac OS X 10.7 and newer
- other Unixes: cgo, GTK+ 3.4 and newer
TODO figure out the minimum required version of Go
(this README needs some work)
Installation
Documentation
The in-code documentation needs improvement. I have written a tutorial in the Wiki.