Jeff Carr
db6c60decc
Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
cmds | ||
.gitignore | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
area.go | ||
box.go | ||
button.go | ||
color.go | ||
debug-window.go | ||
debug.go | ||
demo-window-andlabs-ui.go | ||
demo-window.go | ||
doc.go | ||
entry.go | ||
example_test.go | ||
find.go | ||
go.mod | ||
go.sum | ||
gui.go | ||
main.go | ||
new-structs.go | ||
structs.go | ||
table.go | ||
tableCallbacks.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.