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
top 1 comments
sorted by: hot top controversial new old
[–] 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 :)