All Projects → jorgejgnz → HandTrackingGestureRecorder

jorgejgnz / HandTrackingGestureRecorder

Licence: other
Unity script to record any gesture with your own hands

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to HandTrackingGestureRecorder

Jxpatternlock
An easy-to-use, powerful, customizable pattern lock view in swift. 图形解锁/手势解锁 / 手势密码 / 图案密码 / 九宫格密码
Stars: ✭ 165 (+122.97%)
Mutual labels:  gesture
Fusuma
Multitouch gestures with libinput driver on Linux
Stars: ✭ 2,870 (+3778.38%)
Mutual labels:  gesture
VR ARMS DEMO
an early of VR arms tracking in unity (2019.3) with individual finger tracking in Oculus Quest. Unfortunately I've had to go private with the ongoing work because I'm adding paid assets that aren't redistributable. If you have questions or want help figuring something out in this space, please feel free to reach out via submitting an issue.
Stars: ✭ 34 (-54.05%)
Mutual labels:  oculus-quest
Meiwidgetview
🔥一款汇总了郭霖,鸿洋,以及自己平时收集的自定义控件集合库(小红书)
Stars: ✭ 2,060 (+2683.78%)
Mutual labels:  gesture
Hovertouchview
Stimulate Apple's Force Touch or 3D Touch on Android App with Hover Gesture
Stars: ✭ 192 (+159.46%)
Mutual labels:  gesture
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+3544.59%)
Mutual labels:  gesture
Fairygui Unity
A flexible UI framework for Unity
Stars: ✭ 2,007 (+2612.16%)
Mutual labels:  gesture
fusuma-plugin-tap
Tap and Hold gestures plugin for Fusuma
Stars: ✭ 16 (-78.38%)
Mutual labels:  gesture
Fluid Interfaces
Natural gestures and animations inspired by Apple's WWDC18 talk "Designing Fluid Interfaces"
Stars: ✭ 2,487 (+3260.81%)
Mutual labels:  gesture
GIMLeT
GIMLeT – Gestural Interaction Machine Learning Toolkit
Stars: ✭ 33 (-55.41%)
Mutual labels:  gesture
Watchshaker
Simple motion detector for ⌚️ (watchOS) shake gesture.
Stars: ✭ 184 (+148.65%)
Mutual labels:  gesture
Gestureviews
ImageView and FrameLayout with gestures control and position animation
Stars: ✭ 2,257 (+2950%)
Mutual labels:  gesture
GestureControlledCamera2D
A Camera2D node controlled through gestures. It's also an example of how to use the Godot Touch Input Manager.
Stars: ✭ 39 (-47.3%)
Mutual labels:  gesture
Zingtouch
A JavaScript touch gesture detection library for the modern web
Stars: ✭ 2,019 (+2628.38%)
Mutual labels:  gesture
btt
Low level MacOS management in JavaScript via BetterTouchTool
Stars: ✭ 92 (+24.32%)
Mutual labels:  gesture
Inboxrecyclerview
Build expandable descendant navigation, inspired by Google Inbox
Stars: ✭ 1,953 (+2539.19%)
Mutual labels:  gesture
Swipycell
Easy to use UITableViewCell implementing swiping to trigger actions.
Stars: ✭ 230 (+210.81%)
Mutual labels:  gesture
Sensitive
Special way to work with gestures in iOS
Stars: ✭ 549 (+641.89%)
Mutual labels:  gesture
Intel-Realsense-Hand-Toolkit-Unity
Intel Realsense Toolkit for Hand tracking and Gestural Recognition on Unity3D
Stars: ✭ 72 (-2.7%)
Mutual labels:  gesture
react-native-pinchable
Instagram like pinch to zoom for React Native
Stars: ✭ 187 (+152.7%)
Mutual labels:  gesture

Hand Tracking Gesture Recorder (Oculus Quest)

Unity utility to help devs to record hand tracking gestures easier

Recording hand tracking gestures

Getting Started

How can I use this?

  1. Download GestureRecognizer.cs

  2. Move it to your project folder

  3. Make custom gameobjects to follow each finger tip as well as the base of the hand

  4. Attach GestureRecognizer component to any object in the Scene

  5. Set Hand with the gameobject taht follows base of the Hand

  6. Set the array of gameobjects with the gameobjects that follow each finger tip

  7. Connect your Oculus Quest with Oculus Link

  8. Connect and wake up your Oculus Quest

  9. Start Oculus Link

  10. Start Play Mode in Unity

  11. Make the desired gesture with your hand

  12. Pause Play Mode

  13. Press "Save current gesture" in Inspector

  14. Copy the GestureRecognizer component

  15. Stop Play Mode

  16. Paste Component Values in the same GestureRecognizer component

  17. Deploy the new Gesture object added to the list of Saved Gestures

  18. Fill the onRecognize event to perform desired actions when gesture is detected

Built With

This Unity project uses the following:

This script can be used without Oculus Integration as it can record and recognize any configuration of positions in a tree of objects.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].