Jeff Carr
d28f0eb8c1
all non binary tree structs are gone (almost all) Use names from https://en.wikipedia.org/wiki/Graphical_widget toolkit andlabs/ui is isolated from being accessable all direct references to andlabs are removed working dropdown widgets add debugging more buttons and windows |
||
---|---|---|
cmds | ||
toolkit | ||
.gitignore | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
button.go | ||
doc.go | ||
dropdown.go | ||
example_test.go | ||
go.mod | ||
go.sum | ||
group.go | ||
int.go | ||
main.go | ||
node.go | ||
slider.go | ||
spinner.go | ||
structs.go | ||
tab.go | ||
text.go | ||
window-debug.go | ||
window-demo-toolkit.go | ||
window-demo.go | ||
window-golang-debug.go | ||
window.go |
README.md
This is an abstraction layer around the excellent cross platform UI toolkit from andlabs/ui
This abstraction layer makes it easier to write simple interfaces for like our cloud control panel
The cross platform UI has 'quirks' due to it being cross platform. Some of the abstraction layer here attemps to obfuscate the ui objects so that it is more difficult to trigger inconsistancies.
In this regard, this is an attempt to restrict all andlabs/ui (and andlabs/libui) interaction to the calls within this library.