stalgiag / p5.xr

a library that helps turn p5.js sketches into immersive experiences using WebXR
GNU Lesser General Public License v2.1
117 stars 25 forks source link

Give more informative error when `navigator.xr` is undefined #185

Open stalgiag opened 1 year ago

stalgiag commented 1 year ago

Nature of issue?

Feature enhancement details:

Currently gives a very cryptic error when createVRCanvas() is called and navigator.xr is undefined. Should check to see if the problem is due to an insecure context and give a more informative error.