From 9c126daa0cf72fb36ed50923fa28157e17fae276 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 7 Jul 2014 10:08:47 +0900 Subject: [PATCH 1/2] Add GUI libraries --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index defc03f..f8064b2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Audio](#audio) - [Video](#video) - [Game Development](#game-development) + - [GUI](#gui) - [DevOps Tools](#devops-tools) - [Utilities](#utilities) - [Logging](#logging) @@ -254,6 +255,12 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [rog](https://github.com/ajhager/rog/) - A roguelike game library written in go * [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library. +## GUI + +*Libraries for building GUI Applications* + +* [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. +* [go-gtk](http://mattn.github.io/go-gtk/) - Go bindings for GTK ## DevOps Tools From e6225df4e43202c5faf7ab4944ac89c194cb3c37 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 7 Jul 2014 10:50:37 +0900 Subject: [PATCH 2/2] Add go-qml to GUI section (thx @shurcooL) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8064b2..3f28da5 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [go-gtk](http://mattn.github.io/go-gtk/) - Go bindings for GTK +* [go-qml](https://github.com/go-qml/qml) - QML support for the Go language ## DevOps Tools