https://github.com/korewachino/rust-ifacialmocap
iFacialMocap data serializer for Rust (WIP)
https://github.com/korewachino/rust-ifacialmocap
Last synced: 4 months ago
JSON representation
iFacialMocap data serializer for Rust (WIP)
- Host: GitHub
- URL: https://github.com/korewachino/rust-ifacialmocap
- Owner: korewaChino
- License: mit
- Created: 2022-08-16T12:55:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T12:59:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T03:11:29.502Z (5 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# iFacialMocap protocol parser
This crate is a protocol data parser for the iFacialMocap protocol.
iFacialMocap is a motion capture app that records the facial expressions into a key-value store of blendshapes.
This crate parses the protocol data and allows serialization of the data that can be used by any other application.