D
D
Dima Zherebko2015-12-18 05:36:18
go
Dima Zherebko, 2015-12-18 05:36:18

What is the easiest GUI library for golang to use?

What is the best way to develop graphics programs for Go? It seems that the most efficient option would be to run the application on a web server.
ps. for Windows

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LittleBuster, 2015-12-18
@LittleBuster

There was this https://github.com/andre-hub/gotk3
After the creators of GTK made something for Windows with the installation of MSYS2, I don’t know about Windows.

D
druid3, 2015-12-20
@druid3

You will laugh, but yes - js (there are all kinds of canvas, multithreading) + HTML5 (from the simplest buttons and sliders to webgl for example for 3D, but also cross-platform recording / broadcasting sound and video) + built-in web server (for local use there no https needed).
I myself worked on this issue and was surprised by the possibilities of "today's" web-a (I myself am not a web programmer and my episodic knowledge was at the level of review articles of the early 2000s), especially in conjunction with golang (no Apaches needed, no scripts and their interpreters). Such a project has a definite plus - minimal alterations if you decide to turn it into a web service and complete project control.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question