From f324e24f7c9aed233752053a6b99f4c03916273e Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Mon, 6 May 2019 22:03:33 -0400 Subject: [PATCH] Add Wails (#2500) * Add Wails New GUI library that currently builds on webview. * Add missing period --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3290367d..2c3fd6a7 100644 --- a/README.md +++ b/README.md @@ -766,6 +766,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [Wails](https://wails.app) - Mac, Windows, Linux desktop apps with HTML UI using built-in OS HTML renderer. * [walk](https://github.com/lxn/walk) - Windows application library kit for Go. * [webview](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux).