Skip to content

fyne-io/7guis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages