Skip to content

Demo application for running Fyne GUI framework on Mac M1 silicon

Notifications You must be signed in to change notification settings

fieldse/fyne-gui-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fyne GUI widget

A simple GUI widget for testing Fyne on Mac M1 silicon

Requirements

  • Macbook with M1 silicon hardware
  • Go 1.19+ (may work with older versions)
  • Fyne application libraries (see installation instructions below)

Installation

  1. Install fyne
go install fyne.io/fyne/v2/cmd/fyne@latest
  1. Build the project
go mod tidy
go build app/main.go

(Optional) Compiling desktop application

This installs the application with icons etc. in your system applications directory

fyne install

Usage

Run the application

go run app/main.go

Screenshots

Screenshot 1

Screenshot 2

About

Demo application for running Fyne GUI framework on Mac M1 silicon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages