I’ve updated the gesture library described in “Gestures With Microsoft Kinect for Windows SDK v1.5” to allow for a very important function for consumers of the library. Currently any developers wishing to extend the gestures in this library must update the library code itself, adding to the `GestureType` enumeration — much more work then should be necessary.
The updates to the library provide the ability to define new gestures and register them with the controller, using a `string` to identify the different gestures instead of the `GestureType` enumeration.
You can find the latest code, and documentation at the GitHub repository here: https://github.com/EvilClosetMonkey/Fizbin.Kinect.Gestures






