Quantcast
Channel: Hacker News
Viewing all articles
Browse latest Browse all 25817

React VR

$
0
0

React VR lets you build VR apps using only JavaScript. It uses the same design as React, letting you compose a rich VR world and UI from declarative components.

import React from 'react'; import {AppRegistry, Pano, Text, View} from 'react-vr'; class WelcomeToVR extends React.Component{render(){return(<View><Pano source={asset('chess-world.jpg')}/><Text style={{ fontSize:0.8, layoutOrigin:[0.5,0.5], transform:[{translate:[0,0,-3]}],}}> hello</Text></View>);}}; AppRegistry.registerComponent('WelcomeToVR',()=> WelcomeToVR);


Viewing all articles
Browse latest Browse all 25817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>