aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..99859b8 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,19 @@
+
+## what is it for?
+-for implementing cursor navigation on QML UIs
+-define items as cursor navigable, CursorNavigation backend registers items and takes care of the navigation
+-based on UI geometry, no need to define navigation paths or item relations
+-2 ways of spatial navigation: 4 way and 360. 4 way simple and good for rectangular structured UIs, 360 allows stepless movement to any direction
+
+## install
+-distributed as a qt plugin
+-build and make install
+
+
+use:
+-import in QML
+-defining item as navigable
+-input interface and connecting to it
+-focus scoping and cursors
+
+