Skip to content

TechStack

ThomasJon196 edited this page Oct 23, 2022 · 34 revisions

Resources

Converting a Three.js scene to AR using WebXR 5min

ARCore / WebXR (Google)

Getting Started [WebXR application]

Phone preparation

  • Check if phone is supported: Supported devices

  • Enable developer mode & debugging via USB here

    • additional options include adding dev-tools to phone homescreen. You may want to disable dev mode in some situations.
  • Remote debugging setup

    • Access phone via chrome-devtools. (Opening websites/ inspect/ debug)
    • Link chrome://inspect/#devices

Host requirements

  • Set up port forwarding for phone: WebXR requirements
    • required if no public dev-server available. (either TLS secured connection (https:) or localhost.) localhost requires port forwarding through USB.

Additional

  • Create QR-Codes for easy to distribute URL's

Clone this wiki locally