Three.js + WebXR + Tauri

Hi,

Does someone have experience with using WebXR with Tauri?

I have build a demo app and converted it to a .msi (for Windows) using github actions and tauri.

I can install the app on Windows and it shows the “WebXR not available” button.

I don’t have a VR Headset. So I expect it not to work.

Can someone, who has a VR Headset, please test it for me?

Thanks!


App:
my-artifact.zip (2.8 MB)

Repo:
https://github.com/yandeu/tauri-webxr-test

I tested your app and it works :+1:
The movement while holding the trigger or grip button also works.
Very nice test project.

So this is another advantage of Tauri over Electron. To make WebXR work in Electron, you would have to compile it yourself.

2 Likes

Awesome! Thanks a lot for testing :grinning: