A GO GUI package
Go to file
Jeff Carr 2af6fa52a4 finally cleaned out all protobuf references
this effort is almost done being 'cleaned'
of the code I started with. This library
is not perfect and lacks features from
andlabs/ui but it will work for our purposes

Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-06-02 13:40:44 -07:00
.gitignore open and close windows on linux for the VM 2019-05-26 15:03:20 -07:00
LICENSE.md more cleanups 2019-05-31 09:01:46 -07:00
Makefile typo 2019-06-01 15:42:34 -07:00
README.md more cleanups 2019-05-31 09:01:46 -07:00
area.go correct custom Area mouse click 2019-06-01 22:24:10 -07:00
box.go remove more duplicate code 2019-06-02 12:38:29 -07:00
button.go finally cleaned out all protobuf references 2019-06-02 13:40:44 -07:00
debug.go finally cleaned out all protobuf references 2019-06-02 13:40:44 -07:00
entry.go finally cleaned out all protobuf references 2019-06-02 13:40:44 -07:00
misc.go finally cleaned out all protobuf references 2019-06-02 13:40:44 -07:00
structs.go doesn't crash 2019-06-02 11:02:14 -07:00
table.go finally cleaned out all protobuf references 2019-06-02 13:40:44 -07:00
tableCallbacks.go more cleaning 2019-06-01 02:58:49 -07:00

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.