What is WebVR?
WebVR is an experimental JavaScript API that provides access to Virtual Reality devices, such as the Oculus Rift, HTC Vive, Samsung Gear VR, or Google Cardboard, in your browser.
Checkout webvr.info
What is A-Frame?
A-Frame is an open-source WebVR framework for creating virtual reality (VR) experiences with HTML. We can build VR scenes that work across smartphones, desktop, the Oculus Rift, and the room-scale HTC Vive.
Checkout aframe.io
What is Angular?
AngularJS (commonly referred to as "Angular" or "Angular.js") is a complete JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications. Latest version is Angular 2.0
Checkout Angular
IntroductionWelcome to Angular 2 Aframe Starter!
Use this template as a starting point to develop an AFrame VR application with AngularJS.
Checkout on Github: https://github.com/rondagdag/angular2-aframe-starter
PrerequisitesYou need to have Node.js and npm
- Support Node v4 - latest
- Support npm v3 - latest
Install:
npm install
Start development server:
npm start
Build app for development:
npm run build
Start production server:
npm run start:prod
Build app for production:
npm run build:prod
MIT
Comments
Please log in or sign up to comment.