7296b37fc4
* feat(viewer-lib): WIP WebXr stuff * Working WebXR stuff * Restored some unrequired changes * feat(viewer-lib): Implemented WebXrViewer which wraps three's xr functionality * faet(viewer-lib): Implemented basic webxr functionality via WebXrViewer * Revert "feat(viewer-lib): Implemented WebXrViewer which wraps three's xr functionality" This reverts commit 8798f265b7c0d0c654e588e16f0aefd4ecd5508c. * feat(viewer-lib): Some more small changes * feat(viewer-lib): Added comments, refined a bit the sample xr extension * Reverted XR stuff * Restore yarn lock
@speckle/viewer-sandbox
Sandbox for testing, debugging & developing the viewer package.
Setup
Requirements
- Node ^16
Setup Instructions
yarnin the repo root to configure project dependenciesyarn buildin repo root to build all dependenciesyarn devto run the sandbox, it's available atlocalhost:3033
Linting
Use yarn lint to run ESLint and you can also run yarn lint:tsc to lint with the TypeScript compiler.