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

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.

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

![](thumbs/counter.png)

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

![](thumbs/temperature.png)

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

![](thumbs/flightbooker.png)

* Timer
```
go run ./cmd/timer/main.go
```
![](thumbs/timer.png)

* CRUD
```
go run ./cmd/crud/main.go
```
![](thumbs/crud.png)

* Circles
```
go run ./cmd/cirgles/main.go
```
![](thumbs/circles.png)