You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's also a [1600x1600 youtube version](https://www.youtube.com/user/thistudor/featured).
11
+
Demo video, summer 2025. (There's also a [1600x1600 youtube version](https://www.youtube.com/user/thistudor/featured).)
18
12
19
13
# Abstract:
20
14
\*Trey Parker voice\* Vulkan has a rich body of work, and many strengths as a people; but lack hoo-man compatibility. I've managed to translate their stack, for hoo-mans, whose lifetimes may otherwise be too short to first decipher the khronos lunar manuals for hope of achieving even the most basic useful contact.
21
15
22
16
It didn't help that [they don't want to touch](https://community.khronos.org/t/what-is-the-right-way-to-implement-single-pass-rendering-with-openxr/109157/9) Single-Pass rendering (the performant & industry-standard linchpin of rendering).
23
17
24
-
You can now build something pretty good the right way, without worrying about mighty morphing license agreements or wetting the beaks of people with golden parachutes.
18
+
In any case, thanks to open-source you can now build something pretty good the right way, without worrying about mighty morphing license agreements or wetting the beaks of people with golden parachutes.
25
19
26
20
## To set up and build:
27
21
- See [Build-ProjectSetup.Readme.md](blob/main/Build-ProjectSetup.Readme.md) or just be lazy and run the windows build in `./out/`
@@ -151,14 +145,14 @@ Integrating both OpenXR and Vulkan yourself can be a daunting and painfully time
151
145
2. Reference the code while writing your own implementation from scratch, to help you out if you are stuck with a problem, or simply for inspiration.
152
146
153
147
154
-
# Running the OpenXR Vulkan Framework
148
+
# Running the OpenXR Vulkan Example
155
149
156
150
1. Download the latest [release](https://github.com/janhsimon/openxr-vulkan-example/releases) or build the project yourself with the steps below.
157
151
2. Make sure your headset is connected to your computer.
158
152
3. Run the program!
159
153
160
154
161
-
# Building the OpenXR Vulkan Framework
155
+
# Building the OpenXR Vulkan Example
162
156
163
157
1. Install the [Vulkan SDK](https://vulkan.lunarg.com) version 1.3 or newer.
164
158
2. Install [CMake](https://cmake.org/download) version 3.1 or newer.
0 commit comments