Go to file
Jeff Carr cddced4bc8 compiles and runs. maybe it's a plugin? maybe not
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-02-19 08:10:21 -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 compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
event.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -06:00
main.go compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -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 compiles and runs. maybe it's a plugin? maybe not 2024-02-19 08:10:21 -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.