New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-vr

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-vr

A framework for building VR applications with React

  • 0.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
decreased by-74.07%
Maintainers
4
Weekly downloads
 
Created
Source

React VR

React VR is a framework for the creation of VR applications that run in your web browser. It pairs modern APIs like WebGL and WebVR with the declarative power of React, producing experiences that can be consumed through a variety of devices. Please note that this project is currently an alpha release, and APIs are subject to change.

Getting Started with React VR

If you already have Node.js (≥4.0) installed, you can download the React VR command line tool from npm:

npm install -g react-vr-cli

Once this is installed, you can create a new VR project by running

react-vr init PROJECT_NAME

where PROJECT_NAME is the name of your application. Once it's been created and the dependencies are installed, start the application server by running

npm start

When the server has booted, you can access your application in your default web browser by running npm run open or by simply navigating to http://localhost:8081/vr/. Your application's code can be found in index.vr.js.

Opening Issues

If you encounter a bug with React VR we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of React VR, Browser, and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.

License

React is BSD licensed (LICENSE). We also provide an additional patent grant (PATENTS).

React documentation is Creative Commons licensed (LICENSE-docs).

Examples provided in this repository and in the documentation are separately licensed (LICENSE-examples).

FAQs

Package last updated on 09 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc