0

I am learning GoLang and trying to create a GUI or two for a school project.

I just need simple functionality like buttons attached to action listeners, a textbox, and a panel where I can draw shapes or points based on pixel coordinates.

So far I have seen this post about drawing shapes to PNG images: Draw a rectangle in Golang?

but not how to draw the shapes on a GUI and update them.

Can anyone recommend a good GUI, straightforward package to use for GoLang?

N/A

this question does not involve tested input or output.

Vivek Lele
  • 109
  • 4
  • Asking for package recommendations is [off topic](https://stackoverflow.com/help/on-topic) here so your question is likely to be closed. You might find resources like [awesome-go](https://github.com/avelino/awesome-go#gui) and [go-gui-projects](https://github.com/go-graphics/go-gui-projects), or articles [like this](https://blog.logrocket.com/best-gui-frameworks-go/), helpful. – Brits Jun 01 '23 at 04:56

1 Answers1

2

You can Try Fyne

It has components that you require

Sapan V
  • 271
  • 1
  • 9