WebVR ribbons demo http://unboring.net/lab/ribbonsVR/
So inspired in Zz85 code and his post Rendering Lines and Bezier Curves in Three.js and WebGL
The prototype folder structure is based on some Mattdesl code & includes Boris Smus webvr-boilerplate
# Install node_modules
npm install
# Run project at [http://localhost:9966/](http://localhost:9966/)
npm run start
# Build project
npm run build
MIT License.