this post was submitted on 10 Feb 2020
2 points (100.0% liked)

Go programming language discussion

1421 readers
1 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Orygin 1 points 2 years ago

Tried to use fyne before for a personal project, but was put off by the API, and some design philosophies regarding cross platform that gimped the ability to do more advanced things on the desktop (my only target).
I ended up using imgui with bindings through giu, which allow deeper control than fyne.

Still a cool project tho :)