Re: [go-nuts] Building Cross Platform GUI apps in Go and Electron

2017-03-08 Thread Nyah Check
When I compile the source with gox for the different platforms. packing the
electron files with the respective shell scripts the binaries don't seem to
work on windows. So I'm guessing I've messed up the electron configs
somewhere. I just hoped there might have been a go package developed for
this to make it easier to build for different platforms.

On Wed, Mar 8, 2017 at 1:46 PM, Michael Banzon  wrote:

> I have no deep knowledge of this - but is also looking into a project with
> similar characteristics.
>
> I'm wondering what specifically isn't working for you?
>
> On Wed, Mar 8, 2017 at 1:33 PM Nyah Check  wrote:
>
>> Hi Gophers,
>>
>> I have this project to build an SSH client for Windows, Linux and Mac OS.
>> I have built the back end in Go and intend to build the front end in
>> electron. I'm currently stuck getting the GUI to work. The back end of the
>> app works well on the Linux browser. I just wish to know if there are any
>> Go packages that facilitate the building of cross platform Desktop apps
>> with Go and electron.  I've found Gallium
>>  and Murlok
>> ; but they all seem to support only
>> Mac OS only.
>>
>> Any ideas?
>>
>> Thanks,
>> Nyah
>> --
>> "The heaviest penalty for declining to rule is to be ruled by someone
>> inferior to yourself." --*Plato*
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Michael Banzon
> https://michaelbanzon.com/
>



-- 
"The heaviest penalty for declining to rule is to be ruled by someone
inferior to yourself." --*Plato*

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Building Cross Platform GUI apps in Go and Electron

2017-03-08 Thread Michael Banzon
I have no deep knowledge of this - but is also looking into a project with
similar characteristics.

I'm wondering what specifically isn't working for you?

On Wed, Mar 8, 2017 at 1:33 PM Nyah Check  wrote:

> Hi Gophers,
>
> I have this project to build an SSH client for Windows, Linux and Mac OS.
> I have built the back end in Go and intend to build the front end in
> electron. I'm currently stuck getting the GUI to work. The back end of the
> app works well on the Linux browser. I just wish to know if there are any
> Go packages that facilitate the building of cross platform Desktop apps
> with Go and electron.  I've found Gallium
>  and Murlok
> ; but they all seem to support only
> Mac OS only.
>
> Any ideas?
>
> Thanks,
> Nyah
> --
> "The heaviest penalty for declining to rule is to be ruled by someone
> inferior to yourself." --*Plato*
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Michael Banzon
https://michaelbanzon.com/

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Building Cross Platform GUI apps in Go and Electron

2017-03-08 Thread Nyah Check
Hi Gophers,

I have this project to build an SSH client for Windows, Linux and Mac OS. I
have built the back end in Go and intend to build the front end in
electron. I'm currently stuck getting the GUI to work. The back end of the
app works well on the Linux browser. I just wish to know if there are any
Go packages that facilitate the building of cross platform Desktop apps
with Go and electron.  I've found Gallium
 and Murlok
; but they all seem to support only Mac
OS only.

Any ideas?

Thanks,
Nyah
-- 
"The heaviest penalty for declining to rule is to be ruled by someone
inferior to yourself." --*Plato*

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.