mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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:
parent
9645de3ac8
commit
576f117248
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user