-

@ mleku
2025-05-12 09:41:08
the best library available currently for Go is https://fyne.io which by the way that website is a fyne app, yes, it can build web apps, though currently they haven't finished the local storage part and it's still buggy in places, like i found a glitch in their multi-line text input widget that causes a panic related to the undo function.
it has come a long way since i first tried it some years ago but it's not ready yet for really full blown GUI apps, but you can do simpler stuff with it, i'd say aside from video playback you can build a nostr kind 1 client with it, for example, and deploy it on all mobile, desktop and web platforms with one codebase.
another one that is nice is cogent core but it's way less advanced in completing the necessary feature set, and a lot less stable.