From 2fc53d4725e3a2550722cc3343ca288a5d9543cd Mon Sep 17 00:00:00 2001 From: cleancodeninja <24852530+cleancodeninja@users.noreply.github.com> Date: Fri, 28 Jul 2017 19:24:15 +0200 Subject: [PATCH] GUI - split by two categories - Toolkits and Interaction and support info for toolkits --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 212ea044..9c4781ae 100644 --- a/README.md +++ b/README.md @@ -532,21 +532,27 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for building GUI Applications.* -* [app](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. -* [go-astilectron](https://github.com/asticode/go-astilectron) - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron) +*Toolkits* + +* [app](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. +* [go-astilectron](https://github.com/asticode/go-astilectron) - Build cross platform GUI apps with GO and HTML/JS/CSS. (powered by Electron) * [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 -* [go-sciter](https://github.com/sciter-sdk/go-sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. +* [go-sciter](https://github.com/sciter-sdk/go-sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. Cross platform. * [goqt](https://github.com/visualfc/goqt) - Golang bindings to the Qt cross-platform application framework. -* [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. +* [gowd](https://github.com/dtylman/gowd) - Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. Cross platform. * [gotk3](https://github.com/gotk3/gotk3) - Go bindings for GTK3. -* [gowd](https://github.com/dtylman/gowd) - Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. +* [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. Cross platform. +* [walk](https://github.com/lxn/walk) - Windows application library kit for Go. + +*Interaction* + +* [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. * [qt](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi) * [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation;Control the mouse, keyboard and other. * [systray](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. -* [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. -* [walk](https://github.com/lxn/walk) - Windows application library kit for Go. + ## Hardware