it works in init(), but if one tries to load it from the STDIN goroutine it flips out. something opengl related that is gone perhaps. anyway. it's a nice clean demo of opengl maybe someone that actually knows what they are doing can make a button work Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
action.go | ||
args.go | ||
config.go | ||
event.go | ||
main.go | ||
planetfall.glsl | ||
psutil.go | ||
seascape.glsl | ||
seascape.go | ||
seascape_original.glsl | ||
stdin.go | ||
structs.go | ||
tree.go |
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.