Go to file
Jeff Carr c5da2ba44c testing for 'package plugin' 2024-11-15 10:02:19 -06:00
.gitignore ignore binary 2024-02-12 21:34:07 -06:00
LICENSE GPL 2024-01-30 10:30:01 -06:00
Makefile refactor to new tree functions 2024-02-05 12:26:05 -06:00
README.md just a "gui" from <STDIN> 2024-01-18 00:11:03 -06:00
action.go panic() does os.Exit() 2024-02-09 10:26:12 -06:00
args.go nocui works 2024-01-27 09:03:29 -06:00
event.go really everywhere this time 2024-01-18 04:35:05 -06:00
main.go refactor to new tree functions 2024-02-05 12:26:05 -06:00
package-plugin.diff testing for 'package plugin' 2024-11-15 10:02:19 -06:00
stdin.go panic() does os.Exit() 2024-02-09 10:26:12 -06:00
structs.go refactor to new tree functions 2024-02-05 12:26:05 -06:00
tree.go paths 2024-01-18 04:08:32 -06:00

README.md

nogui

Package gui implements a abstraction layer for Go visual elements.

This is a sample plugin. It's a skeleton intended to be used when making a new toolkit plugin.