Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM authored Jul 20, 2020
1 parent 5367ac7 commit d2fe7e5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d2fe7e5

Please sign in to comment.