Playable Foundation
Lobby + Hands working out of the box.
This is a clean WebXR starter you can drop into a GitHub repo and deploy to GitHub Pages. It includes: VR session management, controller rays, optional WebXR Hands, a simple lobby space, a poker table placeholder, and a diagnostics HUD so you can verify WebXR is actually running.
Tip: on Quest, open this site in the Meta Quest Browser. On desktop, you can run it in “inline” mode.
Live Table Preview
This feed is a placeholder trailer. Replace with a live camera feed of the lobby once available.
Status: booting…
Hands: detecting…
Modules
- /app/main.js — boots renderer, scene, camera, VR session.
- /app/world.js — lobby room, lights, skyline fog, poker table placeholder.
- /app/hands.js — WebXR Hands (if available) + controller models as fallback.
- /app/ui.js — big Enter VR button wiring + HUD hooks.
- /app/diag.js — diagnostics overlay (fps-ish, XR state, errors).