list senseglove-unreal-openxr-hand-from-scratch-bp-demo in extra resources section

This commit is contained in:
Mamadou Babaei
2026-07-13 20:21:55 +02:00
parent 15adfae482
commit 644bbc51a5
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ This minor release introduces a major IPC overhaul, significant inter-process co
### Documentation
- Added the [SenseCom > FakeShm Module Tuning](../getting-started/sensecom/fakeshm-tuning/) documentation section.
- List a new [OpenXR Hand Interactions System From Scratch (Pure Blueprint)](https://gitlab.com/senseglove-unreal-engine-public/senseglove-unreal-openxr-hand-from-scratch-bp-demo) demo and its companion [Video Documentation: Building OpenXR Hand Interactions from Scratch in Unreal Engine](https://www.youtube.com/watch?v=J18c99vl6dE) inside the [Extra Resources](../appendix/extra-resources.html#developer-spotlight-demos) section.
- Added [The c4core C++ Library Licence](../license/c4core-library.html) section.
- Added [The c4project CMake Scripts Licence](../license/c4project-cmake-scripts.html) section.
- Added [The Debug Break Library Licence](../license/debugbreak-library.html) section.
+6
View File
@@ -9,6 +9,12 @@ There are various resources available for older versions of the SenseGlove Unrea
- [Example C++ API Project (only compatible with early `v1.x.x` releases)](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGPlaygroundCpp)
- [Example Blueprint API Project (only compatible with early `v1.x.x` releases)](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGPlaygroundBP)
### Developer Spotlight Demos
- OpenXR Hand Interactions System From Scratch (Pure Blueprint)
- [Source Code Repository](https://gitlab.com/senseglove-unreal-engine-public/senseglove-unreal-openxr-hand-from-scratch-bp-demo)
- [Video Documentation: Building OpenXR Hand Interactions from Scratch in Unreal Engine](https://youtu.be/J18c99vl6dE)
### Third-Party OpenXR Integration Demos
- [A VRExpansionPlugin Integration Demo for UE `5.4`](https://dev.azure.com/SenseGlove/_git/SGVRETemplate)