From 8e1a8080f429b3831bf774c82596f0f5e040a4a3 Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Thu, 7 Dec 2023 20:09:05 +1100 Subject: [PATCH] Goey added. (#4723) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6146634c..b6bb65bc 100644 --- a/README.md +++ b/README.md @@ -1289,6 +1289,7 @@ _Toolkits_ - [go-astilectron](https://github.com/asticode/go-astilectron) - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron). - [go-gtk](https://mattn.github.io/go-gtk/) - Go bindings for GTK. - [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. +- [Goey](https://bitbucket.org/rj/goey/src/master/) - Cross platform UI toolkit aggregator for Windows / Linux / Mac. GTK, Cocoa, Windows API - [goradd/html5tag](https://github.com/goradd/html5tag) - Library for outputting HTML5 tags. - [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. Cross platform.