From e02db1e3fc02cb0d85145ed9de30c18eda5648a2 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 14 Aug 2024 10:56:01 +0200 Subject: [PATCH] add the sgbasicdemo-openxr repository to the examples and demo projects section --- Handbook/src/appendix/extra-resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Handbook/src/appendix/extra-resources.md b/Handbook/src/appendix/extra-resources.md index 75c2377b..36b4f0a5 100644 --- a/Handbook/src/appendix/extra-resources.md +++ b/Handbook/src/appendix/extra-resources.md @@ -4,9 +4,10 @@ There are various resources available for older versions of the SenseGlove Unrea ## Examples and Demo Projects +- [A basic OpenXR-compatible Blueprint demo demonstrating basic functionality such as grab/release, touch with buzz and force-feedback, etc (compatible with versions v2.1.0+).](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGBasicDemo-OpenXR) +- [A basic Blueprint demo demonstrating basic functionality such as grab/release, touch with buzz and force-feedback, etc (compatible with versions >= v1.4.x and <= v2.0.x).](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGBasicDemo) - [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) -- [A basic Blueprint demo demonstrating basic functionality such as grab/release, touch with buzz and force-feedback, etc (compatible with versions >= v1.4.x and <= v2.0.x).](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGBasicDemo) ## Tutorials