Skip to main content

Posts

Showing posts from October, 2018

Building AR/VR with Javascript and HTML

A comprehensive resource list for building engaging Augmented and Virtual Reality experiences using Web technologies Starting the journey — Getting to know the VR world Rendering 3D content on the web A-Frame — VR for the people Augment your skills AR.js, aframe-ar, aframe-xr AR.js AR.js provides both an A-Frame and a three.js extension that allows building marker-based AR scenes. AR.js was built with WebGL and WebRTC, so it’s the only one of the three that works with almost every smartphone, regardless of its OS version. If you want to play with AR.js, check out Akash Kuttappa’s article . Or Goldfus Check further examples by jeromeetienne on GitHub .