Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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.
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
.
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.
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
A framework for building VR applications with React
The npm package react-vr receives a total of 23 weekly downloads. As such, react-vr popularity was classified as not popular.
We found that react-vr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.