Jump to content

WebVR: Difference between revisions

No edit summary
Neo222 (talk | contribs)
No edit summary
Line 16: Line 16:
http://vr.chromeexperiments.com/
http://vr.chromeexperiments.com/
}}
}}
WebVR is a [[Virtual Reality#Platforms|Virtual Reality Platform]] that allows the users to experience [[VR]] in their web browsers. WebVR allows the users to access their browsers through their [[Virtual Reality#Devices|VR Devices]]. VR content can be created with [[WebGL]], a Javascript API for rendering 3D graphics. Currently WebVR is available for [[#Mozilla Firefox|Mozilla Firefox]] and [[#Google Chrome|Google Chrome]].
==Introduction==
 
[[WebVR]] is a [[Virtual Reality#Platforms|Virtual Reality Platform]] that allows the users to experience [[VR]] in their web browsers. VR content can be created with [[WebGL]], a Javascript API for rendering 3D graphics and [[#Developer Resources|various other frameworks]]. Currently WebVR is available for [[#Mozilla Firefox|Mozilla Firefox]] and [[#Google Chrome|Google Chrome]].
__TOC__
==Browsers==
==Browsers==
===Mozilla Firefox===
===Mozilla Firefox===
Line 33: Line 34:
==Developer Resources==
==Developer Resources==
===A-Frame===
===A-Frame===
[[A-Frame]]<ref>https://aframe.io</ref> is MozVR's open source framework for creating WebVR worlds with markup.
[[A-Frame]]<ref>https://aframe.io</ref> is MozVR's open source framework for creating WebVR worlds with markup. It is the easier way to get started with WebVR and is recommended for developers with limited experience with JavaScript.
 
===React VR===
[[React VR]] uses [[React]], a JavaScript library by [[Facebok]], to build VR websites and interactive 360 experiences.
 
===Three.js===


===WebVR Boilerplate===
===WebVR Boilerplate===