cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative to the DOM Overlays Module for displaying DOM elements in an immsersive-ar session

LTST2025.00
Honored Guest

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!

1 REPLY 1

thehurz
Explorer

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.