2014-08-30 22:05:36 -05:00
# ui: platform-native GUI library for Go
2015-12-11 19:37:59 -06:00
This is a library that aims to provide simple GUI software development in Go.
2015-04-16 19:33:28 -05:00
2015-12-11 19:37:59 -06:00
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.**
2015-04-16 19:33:28 -05:00
2015-12-11 19:37:59 -06:00
It runs on/requires:
2014-09-05 20:38:55 -05:00
2015-12-11 19:37:59 -06:00
- Windows: cgo, Windows Vista and newer
2014-09-26 20:19:30 -05:00
- Mac OS X: cgo, Mac OS X 10.7 and newer
- other Unixes: cgo, GTK+ 3.4 and newer
2014-08-30 22:05:36 -05:00
2015-12-13 01:24:43 -06:00
It also requires Go 1.5 or newer (due to various bugs in cgo that were fixed only starting with 1.5).
2014-08-30 22:05:36 -05:00
(this README needs some work)
2015-12-11 19:37:59 -06:00
# Installation
2014-08-30 22:33:57 -05:00
2014-09-24 08:34:13 -05:00
# Documentation
2014-10-06 19:45:31 -05:00
The in-code documentation needs improvement. I have written a [tutorial ](https://github.com/andlabs/ui/wiki/Getting-Started ) in the Wiki.
2014-09-24 08:34:13 -05:00
2014-08-31 12:02:47 -05:00
# Updates