From da9ee6a91377cccae93ec445d317668baa258673 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 21 May 2016 18:07:36 -0400 Subject: [PATCH] Vast README updates. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 50736524..6d9b535d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ This README is being written.
[![Build Status](https://travis-ci.org/andlabs/libui.png)](https://travis-ci.org/andlabs/libui) +## Announcements + +**21 May 2016** +* I will now post announcements and updates here. +* Now that Ubuntu 16.04 LTS is here, no earlier than next Saturday, 28 May 2016 at noon EDT, **I will bump the minimum GTK+ version from 3.4 to 3.10**. This will add a lot of new features that I can now add to libui, such as search-oriented uiEntries, lists of arbitrary control layouts, and more. If you are still running a Linux distribution that doesn't come with 3.10, you will either need to upgrade or use jhbuild to set up a newer version of GTK+ in a private environment. +* You can decide if I should also drop OS X 10.7 at #46. + +## Updates + +(none yet) + ## Runtime Requirements * Windows: Windows Vista SP2 with Platform Update or newer @@ -26,6 +37,13 @@ This README is being written.
Needs to be written. Consult ui.h and the examples for details for now. +## Language Bindings + +libui was originally written as part of my [package ui for Go](https://github.com/andlabs/ui). Now that libui is separate, package ui has become a binding to libui. As such, package ui is the only official binding. + +Other people have made bindings to other languages: +* TODO list them here + ## Screenshots From examples/controlgallery: