Integrations

February 23, 2026 · View on GitHub

Resources for integrating the Open Source Avatars registry into apps, viewers, and games. Everything below lives in this repo so agents and developers don’t need to leave it.

ResourceDescription
mixamo-rig-map.jsonMixamo → VRM humanoid bone mapping (data only). VRM 0.x only — not tested for VRM 1.0.
mixamo-rig-map.jsSame mapping as JS export. VRM 0.x only.
animationLoader.jsReference implementation: load Mixamo FBX and retarget to VRM 0.x (three + FBXLoader + three-vrm). VRM 1.0 not covered or tested.
vrm-gotchas.mdVRM loading and Mixamo retargeting gotchas (field names, hips scale, CORS).

Use the rig map and loader when retargeting Mixamo FBX onto VRM 0.x; for VRM 1.0 you need other resources. See vrm-gotchas.md for pitfalls.

Registry schema and URLs: docs/api-reference.md.