|
|
|
Show HN: Gesture Composer for VisionOS [video]
(youtube.com)
|
|
1 points
by nthState
764 days ago
|
|
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. I also wanted my gestures to be able to be shared between Apps I make. So, I made Gesture Composer, a VisionOS App that lets you create custom hand gestures that can be exported as a file. Paired with the GestureKit Package https://github.com/nthstate/GestureKit you can detect gestures in your own Apps - 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 You can also browse & download gestures people have created on the website: https://www.gesturecomposer.com |
|