Fyne: Cross-Platform GUI in Go Based on Material Design

Fyne: Cross-Platform GUI in Go Based on Material Design

Fyne is an easy to use UI toolkit and app API written in Go. Fyne ships with two themes by default, “light” and “dark”. The default is dark:

If you prefer a light theme then you could run:

It should then look like this:

To run a showcase of the features of Fyne execute the following:

And you should see something like this (after you click a few buttons):

Or if you are using the light theme:

Fyne also provides a declarative API.

Source: github.com