Skip to content

sunidhi014/Calculator-in-Go-and-Fyne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-in-Go-and-Fyne

Preview.mp4

Prerequisites

Fyne requires 3 basic elements to be present, the Go tools, a C compiler (to connect with system graphics drivers) and an system graphics driver.

  1. Download Go

  2. Install C compiler for windows: TDM-GCC

  3. In Windows your graphics driver will already be installed, but it is recommended to ensure they are up to date.

Downloading

When using Go modules, you will need to set up the module before you can use the package.

$ cd myapp

$ go mod init MODULE_NAME

You now need to download the Fyne module. This will be done using the following command:

$ go get fyne.io/fyne/v2

If you are unsure of how Go modules work, consider reading Tutorial: Create a Go module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages