Skip to content

Commit 0811ba3

Browse files
notes updates
1 parent 5a294f5 commit 0811ba3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ Some interactions are restricted to the applicable hand depending on how an item
2424

2525
Health and kills (on your current life) are shown on the watch face. Extra mags for your current weapon are at your hips.
2626

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.
27+
**Architecture:**
28+
I made an architecture chart for my private continuation of this project ([GunSlawVR](https://dafluffypotato.com/gunslaw)) so you can see how all the dependencies are used. The only difference between this and the latest architecture is the addition of my framework Shobnet for netcode, which doesn't exist in this demo. There's also not as much GLM usage in this demo, which makes the math quite spaghetti.
29+
![architecture_chart](architecture.png)
30+
31+
**The PyOpenXR version listed in the requirements.txt may be incorrect! There was a memory leak in PyOpenXR when I was working on this project. I fixed it in a PR and it's been merged in, but the release was posted to PyPI after I forked GunSlaw VR to its own project, so I haven't tested this with it. The version in the requirements.txt is the first version with my fix in it (untested).**

architecture.png

124 KB
Loading

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Pympler==1.1
1010
PyOgg==0.6.14a1
1111
PyOpenAL==0.7.11a1
1212
PyOpenGL==3.1.7
13-
pyopenxr==1.1.3601
13+
pyopenxr==1.1.4501
1414
PyWavefront==1.3.3

0 commit comments

Comments
 (0)