For the 2018 Augmented World Expo, I teamed with Jasper Patterson to create a new immersive theater experience where conference attendees teamed up with our actors to solve an inter-dimensional love mystery.
This one of a kind show combined Real Actors, Physical Props and Sets, Full-Color 3d Scans, Mobile AR Puzzles, Live Motion Tracking, and a Virtual Reality Game.
Build Docker project
docker build -t jerknose/hypercube-webxr-experience:1.0 .
Run / deploy instance
docker run -d -p 8080:8080 --name hypercube-webxr-experience jerknose/hypercube-webxr-experience:1.0
Install Dependancies
yarn install
Run Hot Development
npm run dev
Build / Run Production
npm run build
npm run start