jawaff / KinectController

Control your computer using your body. The KinectController turns the Kinect into a controller that allows configurable actions to be emulated when configurable gestures are triggered by the user.
0 stars 0 forks source link

Gesture factories for supporting premade gestures in the config.jj file #34

Closed jawaff closed 8 years ago

jawaff commented 8 years ago

For now, we only need to create a single gesture factory -- it'll be placed within the controller.gestures package. The MouseGestureFactory is the only premade gesture that isn't able to be done using conventional methods.

I'll create another issue for altering the config.jj so that it has great support for the premade gestures created using the gesture factories. I'll try to make it so that they aren't hard coded if possible. That way they don't both need to be updated to add a new premade gesture factory.

jawaff commented 8 years ago

I actually completed this just a little bit ago, but didn't reference it in the commit.

jawaff commented 8 years ago

There's only the MouseGestureFactory so far, but the config.jj file is able to support any factory that is listed in the PremadeGestureType enumeration.