lourd / webxr-hands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebXR Hands Study

An exploration of using hand tracking in WebXR.

Built for the Oculus Quest with web technologies, using:

Usage

Setup

  • Enable USB debugging on your headset. Open the Oculus companion app on your phone, select your device in Settings, tap on More Settings, tap on Developer Mode, and toggle it on. See here for more help.
  • Enable hand tracking in Oculus Browser flags. In the browser, go to chrome://flags and enable the "WebXR experiences with joints tracking".
  • Plug in your headset to your computer, open Chrome, go to chrome://inspect, make sure the Quest is a listed device, and then click the "Port forwarding..." button at the top of the page and forward from port 3000 to localhost:3000.

Scripts

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

About


Languages

Language:TypeScript 92.1%Language:HTML 5.3%Language:SCSS 2.6%