In-progress web visualization of XR interaction techniques.
Clone repository locally or use GitHub Codespaces to launch a development environment
npm install
npm run dev
npm run build
Commit changes to deploy with GitHub Pages
If adding a new page, add the source to vite.config.js ie. explore: resolve(__dirname, 'src/explore.html'),
- Obtain observation on headset: Meta button + Right Trigger to record.
- Move recording to local machine. NOTE: Headset must be off to copy video to local machine.
- Convert video to GIF file format. NOTE: Decrease resolution before download so Cloudflare can accept GIF.
- Move GIF to Samir's Cloudflare account -> Media -> Images -> Hosted images.
- Add observations on the given Google Sheet.
- If any new changes, download the sheet as a
.csvfile. - Add
.csvfile to thestaticfolder. NOTE: Make sure the.csvfilename stays the same ie. \Taxonomy Observations - Applications.csv\Taxonomy Observatiosn - Observations.csv\ - Repeat steps 3-5 from Development Instructions to deploy new observations to Github Pages.