[go-nuts] Re: Wxwidgets , Best GUI package for Golang!

2016-08-15 Thread Peter Howard
This shows how to make a standalone gui program with Go that uses html5 and Bootstrap css, but with all the resources compiled into the Go executable. https://github.com/peterhoward42/godesktopgui -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] Re: GUI for Go

2016-07-01 Thread Peter Howard
My github project shows a simple way to make a go gui based on an html5 model by using css and the Bootstrap library and go's template package. It also shows how to compile the whole thing including the dedicated local server and the html and css into a single executable.