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.