[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2021-07-27 Thread 이현수
Thanks for the good work! Recently, I'm working on making a desktop app with astilectron. Now I'm going over the code of go-astilectron-demo. It works perfectly meeting my needs. The question is that How can I debug the code when the bundler is used? Can I println my custom debug message to a

Re: [go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread Asticode
More often than not the obsessed creator will have the last say and will discard what the trained designer and results of the focus groups tests have to say unless they agree with him/her :D Hence the need for a more flexible solution. But you have a good point. However I still see at least 2

Re: [go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread Konstantin Khomoutov
On Sat, 29 Apr 2017 01:49:49 -0700 (PDT) Asticode wrote: > - https://github.com/therecipe/qt: like https://github.com/andlabs/ui > it forces you to have a native look [...] It may be just me, but actually a virtue of "having a native look" is one of the best selling points

Re: [go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread Nyah Check
Awesome, will definitely check it out. On Sat, Apr 29, 2017 at 12:46 PM, wrote: > Hey thanks for this detailed answer. > > We are in line about what we d like to get from such package, > lightness, efficiency, handy. > > I ll just fix a misunderstanding, about my previous

[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread mhhcbon
Hey thanks for this detailed answer. We are in line about what we d like to get from such package, lightness, efficiency, handy. I ll just fix a misunderstanding, about my previous question, I m totally adept of html based technologies for the GUI, until electron came out, there were no other

[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread Asticode
Let me add one more project to the list: - https://github.com/therecipe/qt: like https://github.com/andlabs/ui it forces you to have a native look and it seems overly complicated to embed the QT library in the binary Le jeudi 27 avril 2017 14:12:31 UTC+2, Asticode a écrit : > > I do agree

[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-27 Thread Asticode
I do agree with you regarding the size of the app once everything is setup. Honestly chosing Electron is more a choice by default than anything else. imo the chosen project should: - be cross platform - be well maintained - allow creating non-native looks through HTML/JS/CSS since I think it's

[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-27 Thread mhhcbon
I like it too, i'm only worried by the size of the app once everything it setup. I wonder if its not possible to have something smaller, obviously with less capabilities. imho, i m interested mostly in window positioning and decoration. Communication is less interesting to me as i can work with