mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #1507 from cleancodeninja/master
GUI - split by two categories - Toolkits and Interaction and support …
This commit is contained in:
commit
880eec9381
20
README.md
20
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.
|
||||
* [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.
|
||||
* [gowd](https://github.com/dtylman/gowd) - Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. Cross platform.
|
||||
* [qt](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi)
|
||||
* [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.
|
||||
* [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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user