From 576f117248369721a3c79d5bdfa2eaece8d81ae4 Mon Sep 17 00:00:00 2001 From: oskca Date: Fri, 16 Oct 2015 13:38:00 +0800 Subject: [PATCH 1/2] add Go bindings for Sciter for cross platform GUI sciter is a cross platform GUI toolkit which is easy to deploy to Linux,Windows and OSX. Though not open sourced, but the sicter libraries are free to use for commercial or non-commercial applications. I created this package with cgo, and hope it a good choice for Golang GUI programming. :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a19b782c..03c7f027 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gxui](https://github.com/google/gxui) - A Go cross platform UI library. * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [walk](https://github.com/lxn/walk) - Windows application library kit for Go. +* [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. ## Hardware From 9000dc530f098405b5d48d9c86e92d003ffd57c9 Mon Sep 17 00:00:00 2001 From: oskca Date: Fri, 16 Oct 2015 13:40:55 +0800 Subject: [PATCH 2/2] update the items orders --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c7f027..b41d5031 100644 --- a/README.md +++ b/README.md @@ -371,9 +371,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. * [gotk3](https://github.com/conformal/gotk3) - Go bindings for GTK3. * [gxui](https://github.com/google/gxui) - A Go cross platform UI library. +* [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [walk](https://github.com/lxn/walk) - Windows application library kit for Go. -* [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. + ## Hardware