fyne-io / 7guis

Fyne implementation of 7GUIs: A GUI Programming Benchmark - https://eugenkiss.github.io/7guis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7 GUIs using Fyne

An implementation of the 7 GUIs challenge using the Fyne toolkit.

Counter

A simple counter that increments each time the "Count" button is pressed.

go get github.com/fyne-io/7guis/counter

counter GUI

Temperature Converter

The temperature converter allows users to enter a value in degrees C or degrees F and will automatically update the other field.

go get github.com/fyne-io/7guis/temperature-converter

temperature converter GUI

CRUD

Demonstration of how data is separated from rendering supporting create, read, update and delete.

go get github.com/fyne-io/7guis/crud

counter GUI

About

Fyne implementation of 7GUIs: A GUI Programming Benchmark - https://eugenkiss.github.io/7guis/


Languages

Language:Go 100.0%