Skip to content

Commit 5a294f5

Browse files
PyOpenXR warning
1 parent 428d452 commit 5a294f5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ I'll be working more with other headsets soon, so I may update this README as I
2222

2323
Some interactions are restricted to the applicable hand depending on how an item is held. All grabs need to be held continuously. Some games implement grabbing as a toggle; this is not one of them.
2424

25-
Health and kills (on your current life) are shown on the watch face. Extra mags for your current weapon are at your hips.
25+
Health and kills (on your current life) are shown on the watch face. Extra mags for your current weapon are at your hips.
26+
27+
**The PyOpenXR version listed in the requirements.txt is incorrect! There's a memory leak in the latest release available on PyPi. I fixed it in a PR and it's been merged in, but a release hasn't been made yet (as of writing). Get PyOpenXR from the [GitHub repository](https://github.com/cmbruns/pyopenxr) instead.** Older versions may still function if you just want to test things out.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ moderngl==5.9.0
44
noise==1.2.2
55
numpy==2.2.2
66
Pillow==10.1.0
7-
pygame==2.6.1
7+
pygame-ce==2.5.2
88
PyGLM==2.7.1
99
Pympler==1.1
1010
PyOgg==0.6.14a1

0 commit comments

Comments
 (0)