

WebVR Tools
Want to learn how to make your own webVR/AR experiences? Check out these resources and get started today!
 
        
Three.js
Three.js allows the creation of Graphical Processing Unit (GPU)-accelerated 3D animations using the JavaScript language as part of a website without relying on proprietary browser plugins. This is possible due to the advent of WebGL.
High-level libraries such as Three.js or GLGE, SceneJS, PhiloGL or a number of other libraries make it possible to author complex 3D computer animations that display in the browser without the effort required for a traditional standalone application or a plugin.
 
        
A-Frame
A-Frame can be developed from a plain HTML file without having to install anything. A great way to try out A-Frame is to remix the starter example at glitch.me
The core is a powerful entity-component framework that provides a declarative, extensible, and composable structure to three.js
 
        
AR.js
AR.js is a lightweight library for Augmented Reality on the Web, coming with features like Marker based and Location based AR. It was created by created by @jeromeetienne and it is now maintained by @nicolocarpignoli.