Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kariaro/vrigunity
VRM hand tracking using mediapipe
https://github.com/kariaro/vrigunity
handtracking mediapipe unity virtual-camera vmc vrm vtuber
Last synced: 10 days ago
JSON representation
VRM hand tracking using mediapipe
- Host: GitHub
- URL: https://github.com/kariaro/vrigunity
- Owner: Kariaro
- License: mit
- Created: 2022-04-19T20:25:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T20:33:41.000Z (8 months ago)
- Last Synced: 2024-10-14T06:12:45.225Z (4 months ago)
- Topics: handtracking, mediapipe, unity, virtual-camera, vmc, vrm, vtuber
- Language: C#
- Homepage: https://discord.com/invite/Enaup9TJPd
- Size: 137 MB
- Stars: 166
- Watchers: 7
- Forks: 32
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VRigUnity
A virtual character animator. This app uses your webcam and an AI to move a `VRM` model.This app can be used in combination with other tools like *VSeeFace* and *VRM Posing Desktop*
![Example](.github/assets/videos/show0.gif)
## Info
This app has been tested on:
+ *Windows 10*
+ *Ubuntu 18.04*
+ *Mac 11.x & 12.x*Features:
* Panning and rotation controls
- Shift to Pan
- Ctrl to Rotate
* Allows custom background images
* Allows custom VRM models
* VMC sender and receiver
* Virtual camera support *(Only Windows)*## Translations
It is allowed to make PR's for language translations of this app.Here is a small guide on how to add translations: [Translation Guide](./Assets/StreamingAssets/lang/README.md)
## Translation Credits
## Dependencies
+ [MediaPipeUnityPlugin v0.10.1](https://github.com/homuler/MediaPipeUnityPlugin)
+ [UniVRM v0.107.0](https://github.com/vrm-c/UniVRM)
+ [StandaloneFileBrowser v1.2](https://github.com/gkngkc/UnityStandaloneFileBrowser)
+ [SimpleFileBrowser v1.5.7](https://github.com/yasirkula/UnitySimpleFileBrowser)
+ [UnityCapture (fe461e8f6e1cd1e6a0dfa9891147c8e393a20a2c)](https://github.com/schellingb/UnityCapture)
+ [EasyVirtualMotionCaptureForUnity v3_9c](https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity)## Building
See [BUILD.md](./BUILD.md)