https://github.com/jcbritobr/sevenguitasksgiu
This is an implementation of the 7GUIs tasks written with Golang and GIU library.
https://github.com/jcbritobr/sevenguitasksgiu
golang graphics gui tutorial
Last synced: about 1 year ago
JSON representation
This is an implementation of the 7GUIs tasks written with Golang and GIU library.
- Host: GitHub
- URL: https://github.com/jcbritobr/sevenguitasksgiu
- Owner: jcbritobr
- License: mit
- Created: 2021-06-21T22:16:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T23:19:28.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T18:54:52.133Z (almost 2 years ago)
- Topics: golang, graphics, gui, tutorial
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seven GUI Tasks for GIU library
This is an implementation of [the 7GUIs tasks](https://eugenkiss.github.io/7guis/) written with [Golang](https://golang.org/) and [GIU](https://github.com/AllenDang/giu) library.
* Counter
```
go run ./cmd/counter/main.go
```

* Temperature
```
go run ./cmd/temperature/main.go
```

* Flightbooker
```
go run ./cmd/flightbooker/main.go
```

* Timer
```
go run ./cmd/timer/main.go
```

* CRUD
```
go run ./cmd/crud/main.go
```

* Circles
```
go run ./cmd/cirgles/main.go
```
