
Module: A-Frame
Author: Eleonel Basili <http://drupal.org/u/eleonel>


Description
===========
This module provides integration with A-Frame.
A-Frame is a framework for creating virtual reality web experiences that work
across desktop, mobile, and the Oculus Rift.
Source: https://aframe.io

Requirements
============
None.


Installation
============
Copy the 'aframe' module directory in to your Drupal
sites/all/modules directory as usual.


Usage
=====
To start an A-Frame scene, we import the A-Frame JavaScript file, this module do
that for you for every page.

The second thing that wee need to do is add an <a-scene> element. This module
add the a-scene tag inside of every element with ".vr-scene" class, you can add
that class to the <body> to a <div>, etc (you can use a module as Context to do
that).

Inside of any scene you can add any object, for example: <a-cube></a-cube>. See
the full list of objects and components that you can use in the official
documentation: https://aframe.io/docs/guide/
