An open API service indexing awesome lists of open source software.

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

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
```