于洋
unread,Dec 26, 2023, 3:52:06 PM12/26/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, alco...@chromium.org, baj...@chromium.org, agr...@chromium.org, bia...@chromium.org
Hello~
Recently I begin to learn webXR APIs and plan to use it in Linux based OS' chromium.
I wonder does Chromium support webXR API in Linux now?
As the table showed in this page
https://source.chromium.org/chromium/chromium/src/+/main:device/vr/README.mdthere's only android and windows OS are supported,
I did not find any doc or guide to say chromium support webXR in Linux or not.
does chromium in linux also support webXR through openXR? or ARCore? it seems ARCore are for mobile device like android.
To verify my Ubuntu support webXR APIs or not, I access this test page "
https://immersive-web.github.io/webxr-samples/" using chrome,
it said:
Your browser implements the WebXR API and may be able to run Virtual Reality or Augmented Reality experiences if you are using a supported OS and the appropriate hardware.
❌ - VR support not detected
❌ - AR support not detected
My Ubuntu Chromium's UA info:
Browser name: mozilla/5.0 (x11; linux x86_64) applewebkit/537.36 (khtml, like gecko) chrome/99.0.4844.51 safari/537.36
it seems currently Linux already supported webXR APIs right?
if so could you share related code dir or patch for linux platform?
Any reply will be appreciated :)