15,794
edits
Changes
WebVR
,no edit summary
===Three.js===
[[Three.js]] is the basis on which both A-Frame and React VR were built. If you are an experienced JavaScript developer, start right away with three.js. It will let you dive deeper into 3D, which will give you a better understanding of WebGL, WebVR, and WebAudio.
===Babylon.js===
[[Babylon.js]] is a JavaScript-based WebGL library similar to three.js. In v3.0 the developers added support for the WebVR 1.1 specification. The main difference is that Babylon.js was specifically created for game development with features like collision detection and antialiasing.
===WebVR Boilerplate===