1
1
12rbah2020-03-16 06:06:30
go
12rbah, 2020-03-16 06:06:30

What to choose as a gui for golang so that the application does not have a long assembly?

I would like to know how you can write gui for desktop applications in golang, I tried go-qt, but under Windows it takes a very long time to build (with go run), so I would like to know what options there are for faster builds.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kenit, 2020-03-17
@Kenit

The question is very vague, the question is in the assembly (go run)?
For example, I use quasar as a gui, it's enough for my tasks. This is a js framework that can be packaged both as a web and into an electron (without any special dances with a tambourine), when developing, you don’t have to think about the assembly at all, a hot reload is our everything. From js to json-rpc we call actions in the application and get the results for display.
Roughly speaking, we get a bunch of js + rpc + go

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question