summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 09:01:46 -0700
committerJeff Carr <[email protected]>2019-05-31 09:01:46 -0700
commitf31e3850604b0150eac93862448ba520cd61b616 (patch)
treef8d1674f9f001fa7009eceb43357bd431ef68491 /README.md
parent64401667b62a7621c2e71bc0f47c9f0d47c4106f (diff)
more cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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.