diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 32b7205d..32f48d28 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -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. diff --git a/Handbook/src/appendix/extra-resources.md b/Handbook/src/appendix/extra-resources.md index 3d8ef7eb..021e1489 100644 --- a/Handbook/src/appendix/extra-resources.md +++ b/Handbook/src/appendix/extra-resources.md @@ -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)