Skip to content

Commit d2fe7e5

Browse files
Create README.md
1 parent 5367ac7 commit d2fe7e5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Leap-Gesture-Checker
2+
3+
Leap motion controller image recognition gesture checker GUI. Mainly to go along with [dirver_leap](https://github.com/ShootingKing-AM/driver_leap) gesture testing.
4+
Written in C# (Windows Presentation Framework Project). After the Leap motion controller is connected, Any gestures before the controller will be traked by the GUI,
5+
which displays the "Confidence" of gesture match in both Desktop and HMD mode.
6+
7+
### Pre-Requisites:
8+
* .NET v4.6
9+
10+
### Additional Shared Libraries Used:
11+
* LeapSDK (C#)
12+
* GlmNET
13+
14+
15+
### Builds
16+
* Download the latest (.zip) for your platform, from releases.
17+
* Execute the Gesture checker GUI.exe file.
18+

0 commit comments

Comments
 (0)