🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Facebook Announces ReactVR

Started by
0 comments, last by khawk 7 years, 2 months ago

Today at F8, Facebook announced the launch of ReactVR, a Javascript framework to build virtual reality experiences on the web. Expanding on the style of React and React Native, ReactVR lets anyone with an understanding of Javascript rapidly build and deploy VR experiences using standard web tools - and, with WebGL and WebVR APIs in use, then deploy them across the web, mobile, and PC.

Additionally, the libraries and tools built by the broader React community are available for use in ReactVR.

What about performance? From the announcement:

As it turns out, React Native already addresses similar problems with its architecture. We followed RN's pattern by running React and rendering in separate contexts, with an asynchronous bridge for communication between them. In the web browser, this separation is performed with a web worker—your entire React application runs in the worker, while the rendering code that turns scene update messages into actual pixels lives in the main window. This lets the renderer create a tight loop between receiving headset orientation updates and re-rendering the scene, increasing viewer immersion while decreasing the likelihood of motion-sickness.

If you're interested in learning more, Facebook has setup documentation and a GitHub repository.


View full story

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement