blob: 8b028e3dcaa218513a28fa151cc8931338eb79e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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](https://github.com/andlabs/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
It also requires Go 1.5 or newer (due to various bugs in cgo that were fixed only starting with 1.5).
(this README needs some work)
# Installation
# Documentation
The in-code documentation needs improvement. I have written a [tutorial](https://github.com/andlabs/ui/wiki/Getting-Started) in the Wiki.
# Updates
|