Go to file
Jeff Carr 8540387ab7 notes about why this doesn't work
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-02-19 08:48:10 -06:00
.gitignore pulled out from my fork of upstream repo 2024-02-19 07:16:10 -06:00
LICENSE compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
Makefile compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
README.md compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
action.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
args.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
config.go doesn't quite load when a plugin 2024-02-19 08:28:54 -06:00
event.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
main.go notes about why this doesn't work 2024-02-19 08:48:10 -06:00
planetfall.glsl pulled out from my fork of upstream repo 2024-02-19 07:16:10 -06:00
psutil.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
seascape.glsl pulled out from my fork of upstream repo 2024-02-19 07:16:10 -06:00
seascape.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
seascape_original.glsl pulled out from my fork of upstream repo 2024-02-19 07:16:10 -06:00
stdin.go notes about why this doesn't work 2024-02-19 08:48:10 -06:00
structs.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
tree.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -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.