##Kinect Module : KinectToolkit ###Introductions: A GUI Tookit so you can easily convert your movitation into Keyboard or Mouse actions. There are the modules in project:
- PPT mode :Once you strech your arm, one key will be send.
- HIT mode :The key will be pressing when you strech your arm.
- Air Mouse :Control you Mouse use your hand.
Last version : 2.3
Language : CSharp
Dependencies : using Microsoft.Kinect.dll (KinectSDK 1.6.0)
Environment : All codes were compiled succeed by VS2010
If you have any questions,send it to [email protected]
###Updates: ver 0.1
- you can use your hand to send keys to play PPT and supermario.
ver 0.2
- you can raise your hand to control the mouse.
- Air mouse
ver 1.0
- Build a good view.
ver 2.0
- Put functions into self files.
- Add Car mode.
ver 2.1
- you can use your body to turn the car.
- you can use your body to speed up.
ver 2.2
- Add action recognition algorithm which depends on the cross multiplination of vectors.
- you can control easier.
ver 2.3
- Add action recognition algorithm which depends on model-matching ,but it doesn't work.
- Add action recognition algorithm which depends on angles.
- Add commboBox to change algorithm.
##Game Module : CarFiPro ###Introductions: A 3D car-racing game using keboard to control.
Last version : 2.3
Language : CSharp,JavaScript
Environment : All codes were compiled succeed by Unity3D 3.5.7
Modules are from http://unity3d.com/support/resources/files/CarTutorial.zip
###Updates: ver 0.1
- Build car,walls,plane and you can move it freely.
ver 1.0
- You can colider the pick ups and hide it.
ver 2.0
- Add game sence,it has 3 stages.
- Add PickUp modules and Door modules.
- Add Next-stage-System.
- Add Drop check.
ver 2.1
- Add coins,cards,and rank system.
- Add pause function.
ver 2.2
- Add test stage([,]).
- Add quit key(Q).
ver 2.3
- Fixed bugs and and reset key(B).