meta-quest / immersive-web-emulator

Browser extension that emulates Meta Quest devices for WebXR development. Lead: Felix Zhang (fe1ix@meta.com)
https://developer.oculus.com/blog/webxr-development-immersive-web-emulator/
MIT License
316 stars 35 forks source link

support for bHaptics tact gloves #26

Closed addy1997 closed 1 year ago

addy1997 commented 1 year ago

Hi @RaananW,

Can I add support to the Oculus web browser to enable it to detect my haptic gloves? I am using tact gloves to get haptic feedback upon touching any object in the VR scene.

RaananW commented 1 year ago

I guess you wanted to ping @felixtrz? He is the mastermind behind this emulator

RaananW commented 1 year ago

well, pinging me will probably not help :-)

This is probably the wrong repository to discuss this anyhow. Try reaching out to the oculus browser team on twitter or some other social network, you might have better luck

felixtrz commented 1 year ago

Hello @addy1997, my apologies for the delay in my response. As @RaananW pointed out, this thread may not be the most appropriate platform for discussing the addition of haptic glove support to the Meta Quest browser rather than the emulator. I would recommend reaching out to Dave Hill, our engineering manager, for a more in-depth conversation.

While I can't speak on Dave's behalf, our team is generally receptive to the idea of adding support for devices that can interface via the WebXR device API. However, we are less likely to make exceptions for non-standard XR input devices. If the haptic gloves can be presented as a standard gamepad through the standard gamepad API, which we support, it should already function correctly.

addy1997 commented 1 year ago

@RaananW and @felixtrz, I am sorry for raising the issue on the wrong repository. Thanks for the tip. I'll definitely try to reach out to the Oculus team and Dave for more clarity.

Cheers Adwait