Looking-Glass / looking-glass-webxr

WebXR for Looking Glass displays
https://docs.lookingglassfactory.com/developer-tools/webxr
Apache License 2.0
66 stars 16 forks source link

Move Demos to their own sub project #33

Open BryanChrisBrown opened 1 year ago

BryanChrisBrown commented 1 year ago

The demos currently combine dev-dependencies from the main webXR library and the output of the main webXR library, which causes some issues with deploying to Vercel in a sane way.

To properly fix this, the demos should be moved to a sub project inside the library. This would simplify the library's package.json and open up more room to add more complex demos.