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. :)
This commit is contained in:
oskca 2015-10-16 13:38:00 +08:00
parent 9645de3ac8
commit 576f117248

View File

@ -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