libalis / frogo

FRoGo - Fyne + RobotGo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FroGo

Fyne + RobotGo

License

frogo.go: Copyright (c) 2022 Robert Kagan

fyne.png: Copyright (c) 2018 Fyne.io developers

Base

Windows

Requirements

Compilation

git clone https://github.com/libalis/frogo
cd frogo
go mod init frogo
go mod tidy
go install github.com/tc-hib/go-winres@latest
go-winres simply --icon fyne.png --manifest gui
go build -ldflags -H=windowsgui -o FRoGo.exe .

About

FRoGo - Fyne + RobotGo

License:MIT License


Languages

Language:Go 100.0%