From 7937b76b228f8804bdd8c1543bbd0f6a5800671e Mon Sep 17 00:00:00 2001 From: yanghy <13374948+sxmxta@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:26:35 +0800 Subject: [PATCH] Add energy (#5035) Add energy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc13d426..78f0412d 100644 --- a/README.md +++ b/README.md @@ -1278,6 +1278,7 @@ _Libraries for building GUI Applications._ _Toolkits_ - [app](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. +- [energy](https://github.com/energye/energy) - Cross-platform based on LCL(Native System UI Control Library) and CEF(Chromium Embedded Framework) (Windows/ macOS / Linux) - [fyne](https://github.com/fyne-io/fyne) - Cross platform native GUIs designed for Go based on Material Design. Supports: Linux, macOS, Windows, BSD, iOS and Android. - [gio](https://gioui.org) - Gio is a library for writing cross-platform immediate mode GUI-s in Go. Gio supports all the major platforms: Linux, macOS, Windows, Android, iOS, FreeBSD, OpenBSD and WebAssembly. - [go-astilectron](https://github.com/asticode/go-astilectron) - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron).