This is an implementation of the Second Playground (aka "Sound-Space") from the Musical Metaverse Playgrounds.
-
Clone the repository
-
cd in the project folder
-
Start the local server:
npm start
- We suggest using ngrok to forward the experience on the browser of an headset such as Meta Quest.
ngrok http http://localhost:8080 --region eu
than, open your WebXR-compatible browser (i.e. Meta Quest Browser, Wolvic) and type the following address:
https:/[ngrok-address]/Second_Playground.html
To fully experience the virtual space, you should use a VR headset such as a Meta Ques 2 or 3.
Additionally, you can test the app on Glitch: