Framework for building xPlatform GUIs in Go and QML with hotloader

Hi, new here but I have seen alot of questions around using Go to build GUI applications. I have been doing this for a while now using Go and QML together. I recently added a hotloader so that the QML can be updated without recompilation of Go code, while developing. I hope it helps someone, I’ve written everything up with examples here: https://github.com/amlwwalker/got-qt

2 Likes

Awesome job! May I ask what other UI themes are available in QT besides Google’s Material and Microsoft’s Universal? Are there any free custom themes like here bootswatch.com for bootstrap?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.