diff --git a/README.md b/README.md new file mode 100644 index 0000000..3882608 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Leap-Gesture-Checker + +Leap motion controller image recognition gesture checker GUI. Mainly to go along with [dirver_leap](https://github.com/ShootingKing-AM/driver_leap) gesture testing. +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, +which displays the "Confidence" of gesture match in both Desktop and HMD mode. + +### Pre-Requisites: + * .NET v4.6 + +### Additional Shared Libraries Used: + * LeapSDK (C#) + * GlmNET + + +### Builds + * Download the latest (.zip) for your platform, from releases. + * Execute the Gesture checker GUI.exe file. +