andlabs-ui/README.md

24 lines
783 B
Markdown
Raw Normal View History

2014-08-30 22:05:36 -05:00
# 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:
2014-09-05 20:38:55 -05:00
- 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
2014-08-30 22:05:36 -05: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)
# 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
# Updates