golang-nw icon indicating copy to clipboard operation
golang-nw copied to clipboard

Call a golang web application from node-webkit to get a native looking application.

Results 6 golang-nw issues
Sort by recently updated
recently updated
newest added

``` x-MacBook-Pro:example apple$ golang-nw-pkg --app=$GOBIN/example --name="My Application" --bin="myapp" --toolbar=false Building: myapp.nw Downloading: http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-osx-x64.zip Packaging: myapp x-MacBook-Pro:example apple$ ls main.go myapp.nw node-webkit-v0.11.6-osx-x64.zip ``` i get a .nw for my output. I...

Hi @lonnc , I'm trying to compile the example app but when I run the compiled I always get `missing environment variable 'GOLANG-NW'` this is probably my mistake , because...

Hi, How can i change window width and height? thanks

unable to change the version of the webkit to use. now-webkit has been renamed to NW.js Download link for the latest version is http://dl.nwjs.io/v0.12.0/nwjs-v0.12.0-win-ia32.zip

Due to the removal of `libudev0` and its associated library `libudev.so.0`, node-webkit isn’t able to run on newer distributions such as: ``` Ubuntu 13.04+ Fedora 18+ Arch Gentoo Derivatives of...