Cross platform GUI in Go inspired by Material Design
Fyne is an easy-to-use UI toolkit and app API written in Go. It is designed to build applications that run on desktop and mobile devices with a single codebase.
Fyne is an easy-to-use UI toolkit and app API written in Go. It is designed to build applications that run on desktop and mobile devices with a single codebase.
To install fyne, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fyne
To see what files were installed by fyne, run:
port contents fyne
To later upgrade fyne, run:
sudo port selfupdate && sudo port upgrade fyne
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.