Skip to content

A mini game, which uses Python, C# and Unity, where you can play with mini objects (Cubes, etc.), and move them with you hands

Notifications You must be signed in to change notification settings

MohamedDiopGit/3D_Hand_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D_Hand_Game

A mini game, which uses Python, C# and Unity, where you can play with mini objects (Cubes, etc.), and move them with your hands

To run it: 1- Download Unity 3D 2- Place the "Assets" file in your unity project 3- Run the python script (check the address and port on it before) 4- And place your hands on your webcam screen 5- Run the unity game, then you should be able to move the cube with both of your hands.

If you want to modify how the hands move in the game, or even manipulate the data received, just check Assets/HandTracking.cs folder. PS : Your hands have a motion on the Z-axis, did you see ? How is it possible with a camera recording 2D ? (I used Euclidian norm between two specific points on each hand to handle this hard issue, it took a long time !)

About

A mini game, which uses Python, C# and Unity, where you can play with mini objects (Cubes, etc.), and move them with you hands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published