Fyne
Fyne is an open-source, cross-platform GUI toolkit for the Go programming language. It provides a native-looking set of widgets and layout containers that allow developers to build desktop and mobile applications from a single codebase. Fyne targets Windows, macOS, and Linux on the desktop, as well as iOS and Android on mobile devices.
Developed by the Fyne project and a community of contributors, the project is hosted publicly on GitHub
The toolkit uses a canvas-based rendering model with vector-based widgets and a simple event-driven model. It
Usage: Developers write Go code using the fyne.io/fyne package and related subpackages to create windows, widgets,