Added XR & Hand tracking guides
This commit is contained in:
@@ -55,14 +55,16 @@ On NixOS, use the [Nix package manager](https://nixos.org/download/#nix-install-
|
||||
nix run github:StardustXR/telescope
|
||||
```
|
||||
# After Installation
|
||||
From here, just run `telescope -f` for flatscreen mode in your terminal!
|
||||
From here, just run `telescope -f` for flatscreen mode in your terminal!
|
||||
|
||||
You will see a floating hexagon with the Stardust XR logo in the center, this is Hexagon Launcher.
|
||||
To move around, hold down ***Shift*** and ***W A S D***, with ***Q*** for moving down and ***E*** for moving up.
|
||||

|
||||
|
||||
To look around, hold down ***Shift*** and ***Right Click*** while moving the mouse.
|
||||
To look around, hold down ***Shift*** and ***Right Click*** while moving the mouse.
|
||||

|
||||
|
||||
To move around, hold down ***Shift*** and ***W A S D***, with ***Q*** for moving down and ***E*** for moving up.
|
||||
|
||||
If you click on the hexagon, the launcher will open. Try dragging one of the apps with the ***Mouse 5*** (Back) button. The small minus sign is Black Hole, if you click it, it will grab any open window and store it away. Click it again and they will return to their original location.
|
||||
If you click on the hexagon, the launcher will open. Try dragging one of the apps with `Shift + ~`. The small minus sign is Black Hole, if you click it, it will grab any open window and store it away. Click it again and they will return to their original location.
|
||||

|
||||
|
||||
If you are already using OpenXR within Linux, running `telescope` while OpenXR is running should launch Stardust on your headset. If not, check further instructions for setting up OpenXR.
|
||||
|
||||
26
docs/02-User-Guide/01-What-is-Stardust.md
Normal file
26
docs/02-User-Guide/01-What-is-Stardust.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
# Flatscreen Navigation
|
||||
<div style={{textAlign: 'center'}}>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube.com/embed/JCYecSlKlDI"
|
||||
frameBorder={0}
|
||||
allow="autoplay; encrypted-media"
|
||||
allowFullScreen
|
||||
style={{maxWidth: '100%', aspectRatio: '16/9'}}
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
To move around, hold down `Shift + W A S D`, with `Q` for moving down and `E` for moving up.
|
||||

|
||||
|
||||
To look around, hold down `Shift + Right` Click while moving the mouse.
|
||||

|
||||
|
||||
To drag applications out of the app launcher, hold down `Shift + ~`
|
||||

|
||||
|
||||
27
docs/02-User-Guide/02-XR-Navigation.md
Normal file
27
docs/02-User-Guide/02-XR-Navigation.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
# XR Navigation
|
||||
<div style={{textAlign: 'center'}}>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube.com/embed/JCYecSlKlDI"
|
||||
frameBorder={0}
|
||||
allow="autoplay; encrypted-media"
|
||||
allowFullScreen
|
||||
style={{maxWidth: '100%', aspectRatio: '16/9'}}
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
**Quest 3 Hand tracking**:
|
||||
Pinch to drag and drop, grasp with full hand for grabbing,
|
||||
point and click with pointer finger to click or pinch from a distance
|
||||
|
||||

|
||||
|
||||
**Quest 3 Controller**:
|
||||
Grab with the grip buttons, click by touching the tip of the cones or by using the trigger from a distance
|
||||
|
||||

|
||||
4
docs/02-User-Guide/_category_.json
Normal file
4
docs/02-User-Guide/_category_.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "User Guide",
|
||||
"position": 2
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"label": "Dive deeper",
|
||||
"position": 2
|
||||
"position": 3
|
||||
}
|
||||
Reference in New Issue
Block a user