https://github.com/azmainadel/go-fyne-apps
Demo practice desktop apps written in Go using the Fyne toolkit
https://github.com/azmainadel/go-fyne-apps
desktop-app fyne go
Last synced: 17 days ago
JSON representation
Demo practice desktop apps written in Go using the Fyne toolkit
- Host: GitHub
- URL: https://github.com/azmainadel/go-fyne-apps
- Owner: azmainadel
- Created: 2020-03-16T07:09:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T13:26:46.000Z (10 months ago)
- Last Synced: 2025-02-12T22:51:22.574Z (2 months ago)
- Topics: desktop-app, fyne, go
- Language: Go
- Homepage:
- Size: 10.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Fyne
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.More at [fyne.io](https://fyne.io)
## Installing and configuring Fyne
Find the instructions here: https://fyne.io/develop/index.html## Running any desktop app
Make sure Go and Fyne are properly installed.```
go run .go
```