Open source project to detect various hand gestures using Leap Motion's detection utilities. It contains various scripts that detect custom gestures made with Leap.
The gestures that Leap Motion's detection utilities capture are limited without a lot of scripting coming to play. Hence, this repo contains scripts that can be important and used to detect slightly more complex and custom gestures. Leap Motion's detection utilites can be edited with significant scripting to detect some custom gestures. But this repository contains already written scripts that can simply be added to detect custom gestures. This simplifies the work needed to be done to detect some custom leap gestures.
These scripts extend Leap Motion's basic Detector scripts and can just be added as components to detect various gestures. Hence when a gesture is detected, the event Activate() is called.
To use these scripts, Leap Motion's SDKs must be installed and their core assets and detection utility modules, imported. These can be found here and here respectively.
Simply import the unitypackage into your project and add any of the gestures you want as components to your Leap Motion hands. Fill in the necessary variables.
Comments and bugs should please be mentioned. Also, if you have any custom detection scripts, don't hesitate to commit it to the scripts folder that can be found in the root folder of the repo.