summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-17 18:38:50 -0500
committerPietro Gagliardi <[email protected]>2014-02-17 18:38:50 -0500
commit16ab1763ba7468314972b962440ff80dad2997f5 (patch)
treefd8ccbd332e9c4e9c258d56fd7ffd2461b7a33e9 /README.md
parentb1b05c2b1f8fa90a3c5b3d3edc1c23c29819114b (diff)
Added license and README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dda6f06
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# Native UI library for Go
+# THIS PACKAGE IS UNSTABLE AND PRELIMINARY. In fact, it is presently compiled as package `main` for ease of cross-platform testing and debugging. Once major issues are dealt with and the Mac OS X build working, I will likely move to packge `ui` and move `main()` to a test.
+
+This is a simple library for building cross-platform GUI programs in Go. It targets Windows and all Unix variants (except Mac OS X until further notice) and provides a thread-safe, channel-based API.
+
+There is documentation, but due to the note above, you won't be able to see it just yet. Refer to `main.go` for an example.