A Simple VR project using React's VR library
Some models,scenes and some primitive animation trials.
Demo can be found here on Heroku
WebVR seems to work properly in Firefox Nightly on desktops.Kindly download that.
Clone or download the repository and
npm install
&&npm start
** Build and Deploying
Using heroku for deploying, one caveat is that you have to trick heroku into accepting the app as one of the presets that heroku has.Hence the extra PHP file that is present inside the build
folder.
Steps:
npm build
you should get a build
folder in your root directory.build
folder and make sure you have changed the script references in the index.html.static_assets
folder inside build
folder or whatever is the folder name you had chosen while developement.Resource Links
Attributions
WIP