Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirako2000/7guis-golang-fyne
7GUIs implementation in Golang and fyne
https://github.com/hirako2000/7guis-golang-fyne
7guis fyne golang-fyne
Last synced: 19 days ago
JSON representation
7GUIs implementation in Golang and fyne
- Host: GitHub
- URL: https://github.com/hirako2000/7guis-golang-fyne
- Owner: hirako2000
- License: mit
- Created: 2020-12-19T12:15:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T11:35:37.000Z (over 3 years ago)
- Last Synced: 2024-10-29T11:49:25.762Z (2 months ago)
- Topics: 7guis, fyne, golang-fyne
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 7GUIs in Golang-fyne
This is an implementation of 7GUIs in Golang with fyne as the UI toolkit There is one folder for each task with one or more go files. Each folder has a main go file so you can see the resulting GUI application by running the corresponding file.
### Launch tasks
```bash
go run task1/main.go
go run task2/main.go
go run task3/main.go
go run task4/main.go
# ...
```### BigSure-Apple Silicon issue
Fyne is basically broken, not due to Fyne itself but one of its dependency.
Chasing this up is a rabbit hole, so it will take a while.