Interactive music video for "Polyop - Ceremony". Built with three.js and WebVR controls. See it in action at polyop.uk/ceremony.
Make sure you have installed node. After cloning or downloading the repo, navigate to directory and run:
npm install
To build:
webpack
To start a server running at http://localhost:8080:
webpack-dev-server
You can also minimize JS/CSS/HTML with:
webpack --minimize
or webpack-dev-server --minimize
A few things that were very helpful in making this:
- three.js
- tween.js
- WebVR Polyfill
- webpack
- Thibaut Despoulain - And his blog post on WebGL volumetric light
- Foolproof - For use of their incredibly extensive open device lab