Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmitchinson/vr-jpg-viewer-webxr
Decode .vr.jpg files into their individual assets (L, R, Audio) and view with AFrame. Upgrade of https://github.com/bmitchinson/vr-jpg-viewer
https://github.com/bmitchinson/vr-jpg-viewer-webxr
aframe ar oculus oculus-quest sveltekit vercel vr webxr xr
Last synced: about 1 month ago
JSON representation
Decode .vr.jpg files into their individual assets (L, R, Audio) and view with AFrame. Upgrade of https://github.com/bmitchinson/vr-jpg-viewer
- Host: GitHub
- URL: https://github.com/bmitchinson/vr-jpg-viewer-webxr
- Owner: bmitchinson
- Created: 2024-01-15T20:04:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T22:45:10.000Z (12 months ago)
- Last Synced: 2024-12-13T10:13:20.252Z (about 1 month ago)
- Topics: aframe, ar, oculus, oculus-quest, sveltekit, vercel, vr, webxr, xr
- Language: HTML
- Homepage: https://portals.mitchinson.dev
- Size: 46.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Examples
- https://svelte.dev/repl/ca752eeacbd74e4692b9fbbce38fa4fa?version=3.29.4
## Running locally
(Update: nevermind, looks like http is fine)
- Aframe in VR mode can only be run from https, due to the
security requirements to access xr related sensors.
- Setting up https for localhost in sveltekit: https://stackoverflow.com/a/76525335## References
- https://github.com/oscarmarinmiro/aframe-stereo-component
- https://github.com/natmeow/racoon-webxr-viewer
- Demo at https://racoon-webxr-viewer.vercel.app/
- Demo photo at https://racoon-webxr-viewer.vercel.app/view.html?c=33hl09
- svelte state example: https://svelte.dev/repl/ca752eeacbd74e4692b9fbbce38fa4fa?version=3.29.4## VR Button not on:
- https://aframe.glitch.me/ doesn't work
- https://vr-jpg-viewer-hjj9p8gzc-bmitchinson.vercel.app/vrtest.html doesn't work
- **does** work https://racoon-webxr-viewer.vercel.app/view.html?c=33hl09