/7guis

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

Primary LanguageGo

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