go-thrust
go-thrust copied to clipboard
Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
cd go-thrust\tutorials; go run basic_menu/basic_menu.go the window can display normally, but the menu do not display ========== env ========= windows 10 x64
Last update seems to be 2 years ago.
Is there any way to see which version of Chromium is being used?
Go-Thrust:2016/09/13 12:30:24 Thrust Client:: Initializing Extract directory was /home/user/0.7.6 Downloading https://github.com/breach/thrust/releases/download/v0.7.6/thrust-v0.7.6-linux-x64.zip to /home/user/0.7.6 19.51 MB / 33.95 MB [======================================================================>---------------------------------------------------] 57.48% 52.49 KB/s 4m41s Download stopped unexpectedly and I'm getting this...
seems odd to include in the samples, maybe it should use a gh-pages page related to this rep?
Hi, i want windows app with go-thrust. So i don't want to open windows command line interface. i use "go build -o MyApp.exe -ldflags "-H windowsgui"" command for build. this...
Installing on MacOSX Yosemite (10.10.5) `go-thrust install` ``` DEPRECATED Action signature. Must be `cli.ActionFunc`. This is an error in the application. Please contact the distributor of this application if this...
I was wondering why my net/http server does not terminate when I close the go-thrust window while using an index page like `hi` instead of the html given in basic_webserver_app.go....
I tried running my own projects, example projects, tutorials and everytime I get this error... I am running i386 Debian 8, that's probably the issue here? ``` bash l0oky@laptop:~/Projects/go/src/github.com/miketheprogrammer/go-thrust/examples/jankybrowser$ go...
A while back I had switched from time.Sleep to runtime.GoSched to lock thread to keep application open. As GoLang has evolved it seems that now results in a huge amount...