https://github.com/iwaltgen/7guis-go
An Implementation of 7GUIs with Go
https://github.com/iwaltgen/7guis-go
7guis fyne gio go golang gui
Last synced: 5 months ago
JSON representation
An Implementation of 7GUIs with Go
- Host: GitHub
- URL: https://github.com/iwaltgen/7guis-go
- Owner: iwaltgen
- License: mit
- Archived: true
- Created: 2020-09-09T03:01:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-18T01:25:07.000Z (7 months ago)
- Last Synced: 2025-11-18T03:26:53.929Z (7 months ago)
- Topics: 7guis, fyne, gio, go, golang, gui
- Language: Go
- Homepage:
- Size: 1.16 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 7GUIs using Go
[](https://github.com/iwaltgen/7guis-go/actions/workflows/build.yml)
[](https://github.com/iwaltgen/7guis-go/actions/workflows/code-ql.yml)
An implementation of the [7 GUIs challenges](https://eugenkiss.github.io/7guis/) with Go.
- [Gio](https://gioui.org/)
- [Fyne](https://fyne.io)
## Counter
Challenge: Understanding the basic ideas of a language/toolkit.
## Temperature Converter
Challenges: bidirectional data flow, user-provided text input.
## Timer
Challenges: concurrency, competing user/signal interactions, responsiveness.