项目作者: hariKarthic

项目描述 :
A Simple VR project using React's VR library
高级语言: JavaScript
项目地址: git://github.com/hariKarthic/ReactVR.git
创建时间: 2017-09-18T12:15:12Z
项目社区:https://github.com/hariKarthic/ReactVR

开源协议:MIT License

下载


ReactVR Trials


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:

  • run npm build you should get a build folder in your root directory.
  • copy your index.html into your build folder and make sure you have changed the script references in the index.html.
  • copy all your static assets into a static_assets folder inside build folder or whatever is the folder name you had chosen while developement.
  • deploy to your remote heroku instance.

Resource Links

Attributions

WIP

  • create scenes with external non-primitive models loaded
  • custom model loaded with animations.
  • custom raycasters