GUI toolkit for the Go programming language based on Tcl/Tk.
Goat is a fully cross-platform GUI toolkit based on Tcl/Tk. Goat allows you to build GUI applications easily and with the knowledge of a consistent, native look and feel on every platform.
Compiled on Linux
https://pkg.go.dev/github.com/nomad-software/goat
- Linux
- MacOS
It would be quite trivial to support windows but I don't have access to a Windows machine for development. Pull requests are welcome in this respect.
sudo apt install tcl-dev tk-dev
brew install --cask xquartz
brew install tcl-tk
This is completely untested!
These would be provided by DLLs. See https://github.com/nomad-software/tkd#windows-1
This is completely untested!