# aframe **Repository Path**: boubou/aframe ## Basic Information - **Project Name**: aframe - **Description**: A web framework for building virtual reality experiences. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

A-Frame

A-Frame

A web framework for building virtual reality experiences.

Build Status Coverage Status Downloads Version License

SiteDocsSlackBlogawesome-aframe
## Features :eyeglasses: **Virtual reality made simple**: A-Frame handles the 3D and WebVR boilerplate required to get running across platforms including mobile, desktop, Vive, and Rift just by dropping in ``. :heart: **Declarative HTML**: A-Frame is accessible to all developers due to its easy-to-read and copy-and-pastable HTML. ⚙ **Entity-component pattern**: A-Frame is a powerful framework for three.js, providing an declarative, composable, reusable entity-component architecture. 🔨 **Tool agnostic**: A-Frame interoperates beautifully with JavaScript DOM APIs and most libraries such as React, Vue.js, Angular, or d3.js. :mag: **Visual Inspector**: A-Frame provides a built-in visual inspector that acts just like your browser's DevTools; open up a scene and hit ` + + i`. :package: **Registry**: A-Frame has a [Registry](https://aframe.io/aframe-registry), a curated component repository similar to the Unity Asset Store. Install some components and use them right from your HTML. ## Usage ### Basic Example To get started playing now, open this [**CodePen example scene**](http://codepen.io/team/mozvr/pen/BjygdO?editors=100). ```html My A-Frame Scene ``` ### Builds To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/0.4.0/aframe.min.js): ```js