Before we start building a Fyne application, we will step through the installation and run an example application. For most systems, the setup is as simple as installing the fyne.io/fyne package using standard Go tools. For some systems, however, there are development prerequisites to check, so let's start there.
Getting started with Fyne
Prerequisites
For the majority of platforms, there are no installation requirements to begin using Fyne. On macOS and Windows, the toolkit uses built-in OpenGL capabilities, so you can skip straight to the following Setup section (however, if you are developing for the first time on macOS, examine the following notes). If you are working with Linux (or another Unix system...