WebVR spiral for the future
A simple, browser-based spiral that supports WebVR either through a supported browser, or webvr-polyfill on mobile.
You don't need to install new-spiral if you just want to view it.
Download the files from the gh-pages branch and host them from a web server.
git clone https://github.com/nemurimasu/new-spiral/
cd new-spiral
yarn install
yarn build
Copy files from the dist folder to your web server.
If your browser supports WebVR, a small button will appear in the top left, allowing you to enter VR mode when clicked. See webvr.info for more information about browsers with support for WebVR.
yarn start
will launch a development server.