I wanted to create some custom hand gestures for my Vision Pro App, but looking at how you had to do it in code seemed like a headache.<p>I also wanted my gestures to be able to be shared between Apps I make.<p>So, I made Gesture Composer, a VisionOS App that lets you create custom hand gestures that can be exported as a file.<p>Paired with the GestureKit Package <a href="https://github.com/nthstate/GestureKit">https://github.com/nthstate/GestureKit</a> you can detect gestures in your own Apps<p>- Gesture Packages contain a rules file for the gesture, and an animated USDZ of hands performing the gesture
- The Gesture rule format is straight forward, so you can hack it if you need to tweak things
- Gestures can contain multiple poses in a sequence
- Multiple Gestures can be detected at a time
- Optionally display a Virtual Hand Model, Joints and Bones<p>You can also browse & download gestures people have created on the website: <a href="https://www.gesturecomposer.com" rel="nofollow">https://www.gesturecomposer.com</a>