From f31e3850604b0150eac93862448ba520cd61b616 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 31 May 2019 09:01:46 -0700 Subject: more cleanups Signed-off-by: Jeff Carr --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2a5af4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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. -- cgit v1.2.3