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

Document Immersive Web Emulator workflow #220

Closed TiborUdvari closed 4 days ago

TiborUdvari commented 2 weeks ago

There is a nifty extension called Immersive Web Emulator that allows for an easier developer experience. I think being able to simulate everything in browser makes it way easier to work with.

I had to do a PR to make it work with the p5 web editor.

It offers simulation tools for hands, controllers, movement. I will document how to use it so people without compatible devices can also do development on their desktop and try it out on compatible devices.

TiborUdvari commented 4 days ago

Here is how to install the patched version of the Immersive Web Emulator that works with the p5 Web Editor. I'll try to link to this video in the docs to see if it works, I don't think it's wise to have it in the repository directly.

https://github.com/user-attachments/assets/1abe3f1b-ba32-4ab7-a248-4d0c994e2e11

TiborUdvari commented 4 days ago

Fixed with #229