4 weeks ago
Hello,
I'm working on developing a WebXR application and want to display DOM Elements during the immersive-ar session. I understand Meta Quest 3 currently does not support the DOM Overlays Module.
Does anyone know an alternative approach to achieve what I want to do?
Thanks in advance!
2 weeks ago
What is the nature of the DOM elements you want to display? Over the last couple of years, I have built my own framework to create interactive 2D elements inside a VR space. The programming model is similar to React. However it's not very mature yet. This here was built with the framework: https://youtu.be/J6bDe54Koe0
Again, it can't do everything you can do with HTML, but all the basic stuff is there.