[go-nuts] Re: [ANN] Cross-platform HTML/CSS GUI library

2017-10-25 Thread Serge Zaitsev
implemented by reusing most of the code. On Wednesday, October 25, 2017 at 4:51:37 PM UTC+3, Ain wrote: > > > On Wednesday, October 25, 2017 at 3:39:42 PM UTC+3, Serge Zaitsev wrote: >> >> Hey all, >> >> I made a tiny library that provides a cross-platform web UI for

[go-nuts] [ANN] Cross-platform HTML/CSS GUI library

2017-10-25 Thread Serge Zaitsev
Hey all, I made a tiny library that provides a cross-platform web UI for Go apps. https://github.com/zserge/webview No dependencies on Windows and Mac. Gtk-Webkit is only required on Linux and OpenBSD. Resulting binaries are much smaller and less resource-hungry comparing to Electron. Supporte