{"id":16699523,"url":"https://github.com/ousttrue/openxr_vrm1","last_synced_at":"2025-04-30T22:22:27.957Z","repository":{"id":63849526,"uuid":"571185241","full_name":"ousttrue/OpenXR_VRM1","owner":"ousttrue","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-25T17:41:28.000Z","size":8168,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T20:33:10.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ousttrue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-27T12:56:08.000Z","updated_at":"2025-01-14T07:41:44.000Z","dependencies_parsed_at":"2024-11-19T20:40:53.246Z","dependency_job_id":"843611ea-ab9c-45b6-9dec-7a3c04d384df","html_url":"https://github.com/ousttrue/OpenXR_VRM1","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2FOpenXR_VRM1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2FOpenXR_VRM1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2FOpenXR_VRM1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2FOpenXR_VRM1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ousttrue","download_url":"https://codeload.github.com/ousttrue/OpenXR_VRM1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251790213,"owners_count":21644182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T18:07:17.274Z","updated_at":"2025-04-30T22:22:27.937Z","avatar_url":"https://github.com/ousttrue.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OxrExtraFeatures\n\nThe OpenXR feature implementation is based on \u003chttps://github.com/joemarshall/openxrhands\u003e.\n\n## UPM package: com.ousttrue.oxr_extra_features\n\nUPM git package.\n\n```\n    \"com.ousttrue.oxr_extra_features\": \"https://github.com/ousttrue/OpenXR_VRM1.git?path=Assets/OxrExtraFeatures#v0.2.2\",\n```\n\nImplement 4 OpenXR extensions.\n\n- [XR_EXT_hand_tracking](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_hand_tracking)\n- [XR_FB_body_tracking](https://developer.oculus.com/documentation/native/android/move-body-tracking/)\n- [XR_FB_eye_tracking_social](https://developer.oculus.com/documentation/native/android/move-eye-tracking/)\n- [XR_FB_face_tracking](https://developer.oculus.com/documentation/native/android/move-face-tracking/)\n\n|extension|platform|note|\n|-|-|-|\n|XR_EXT_hand_tracking|quest, quest2, quest pro, hololens2 etc...|Works on all devices that support XR_EXT_hand_tracking. SteamVR + null device + LeapController can work.|\n|XR_FB_body_tracking|quest, quest2, quest pro|Quest link also works. Require version 47 driver.|\n|XR_FB_eye_tracking|quest pro|Quest link also works.|\n|XR_FB_body_tracking|quest pro|Quest link also works.|\n\n## VRM-1.0 tracking samples\nThe sample humanoid model is `seed-san` from https://github.com/vrm-c/vrm-specification/tree/master/samples.\n\nAny vrm-0.x and vrm-1.0 models will work fine.\n\n### XR_EXT_hand_tracking\n\nscene: `Assets/OpenXR_VRM1/Scenes/VRM1Hand`\n\n[hand.webm](https://user-images.githubusercontent.com/68057/204517601-0b59e031-fb99-460a-a85b-aedbe941e8fc.webm)\n\n`=\u003e VRM Humanoid`\n\n### XR_FB_body_tracking\n\nscene: `Assets/OpenXR_VRM1/Scenes/VRM1BodyEyeFace`\n\n[XR_FB_body_tracking.webm](https://user-images.githubusercontent.com/68057/206843919-82a2cfb6-9d9a-4ab3-98a4-ba738ff4499b.webm)\n\n`=\u003e VRM Humanoid`\n\n### XR_FB_eye_tracking_social / XR_FB_face_tracking\n\nscene: `Assets/OpenXR_VRM1/Scenes/VRM1BodyEyeFace`\n\n[eye_and_face_blink.webm](https://user-images.githubusercontent.com/68057/207227991-3e07893d-9934-4bf9-9250-536c4eee3161.webm)\n\n`=\u003e VRM LookAt`\n`=\u003e VRM Expression`\n\n## scenes\n\n### Assets/OpenXR_VRM1/Scenes/HandJoints\nSimple cube scene.\n### Assets/OpenXR_VRM1/Scenes/BodyJoints\nSimple cube scene.\n### Assets/OpenXR_VRM1/Scenes/EyeJoints\nSimple cube scene.\n### Assets/OpenXR_VRM1/Scenes/FaceWeights\nSimple cube scene.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fopenxr_vrm1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fousttrue%2Fopenxr_vrm1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fopenxr_vrm1/lists"}