Skip to content

Commit ea372bc

Browse files
committed
Update README
1 parent 4f08339 commit ea372bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Supported OS:** Linux
1010

11-
**Changelog:** [CHANGELOG.md](exts/add_on.xr.openxr/docs/CHANGELOG.md)
11+
**Changelog:** [CHANGELOG.md](exts/semu.xr.openxr/docs/CHANGELOG.md)
1212

1313
**Table of Contents:**
1414

@@ -56,19 +56,19 @@
5656
* Git url (git+https) as extension search path
5757

5858
```
59-
git+https://github.com/Toni-SM/add_on.xr.openxr.git?branch=main&dir=exts
59+
git+https://github.com/Toni-SM/semu.xr.openxr.git?branch=main&dir=exts
6060
```
6161
6262
* Compressed (.zip) file for import
6363
64-
[add_on.xr.openxr.zip](https://github.com/Toni-SM/add_on.xr.openxr/releases)
64+
[semu.xr.openxr.zip](https://github.com/Toni-SM/semu.xr.openxr/releases)
6565
6666
2. Enable the extension using the [Extension Manager](https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_extension-manager.html) or by following the steps in [Extension Enabling/Disabling](https://docs.omniverse.nvidia.com/py/kit/docs/guide/extensions.html#extension-enabling-disabling)
6767
6868
3. Import the extension into any python code and use it...
6969
7070
```python
71-
from add_on.xr.openxr import _openxr
71+
from semu.xr.openxr import _openxr
7272
```
7373
7474
4. Or use the [GUI launcher](#gui) to directly dislpay the current stage in the HMD
@@ -99,7 +99,7 @@ A short video, after the code, shows a test of the OpenXR application from the S
9999
100100
```python
101101
import omni
102-
from add_on.xr.openxr import _openxr
102+
from semu.xr.openxr import _openxr
103103
104104
# create a sphere to mirror the controller's pose
105105
sphere_prim = omni.usd.get_context().get_stage().DefinePrim("/sphere", "Sphere")
@@ -175,13 +175,13 @@ The other options (under the central separator) can be modified while the applic
175175
* Acquire OpenXR interface
176176

177177
```python
178-
_openxr.acquire_openxr_interface() -> add_on::xr::openxr::OpenXR
178+
_openxr.acquire_openxr_interface() -> semu::xr::openxr::OpenXR
179179
```
180180

181181
* Release OpenXR interface
182182

183183
```python
184-
_openxr.release_openxr_interface(xr: add_on::xr::openxr::OpenXR) -> None
184+
_openxr.release_openxr_interface(xr: semu::xr::openxr::OpenXR) -> None
185185
```
186186

187187
<a name="api-functions"></a>

0 commit comments

Comments
 (0)