https://github.com/devpaul/aframe-experiments
Experiments with A-Frame
https://github.com/devpaul/aframe-experiments
aframe aframe-typings vr webvr webxr
Last synced: about 1 month ago
JSON representation
Experiments with A-Frame
- Host: GitHub
- URL: https://github.com/devpaul/aframe-experiments
- Owner: devpaul
- License: mpl-2.0
- Created: 2016-09-12T06:40:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T23:37:59.000Z (over 7 years ago)
- Last Synced: 2025-03-23T08:41:53.356Z (about 1 year ago)
- Topics: aframe, aframe-typings, vr, webvr, webxr
- Language: TypeScript
- Size: 42.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/assets/index.html
Awesome Lists containing this project
README
# A-Frame Experiments
[](https://travis-ci.org/devpaul/aframe-experiments)
See the experiments on our [GitHub Page](https://devpaul.github.io/aframe-experiments).

## Overview
This repository contains a number of brief AFrame experiments. Each is designed to test or exemplify one aspect of
working with VR or 3d.
*All* of these experiments use AFrame typings under `/experiments/@types/aframe`. They serve as a test platform for
the [Definitely Typed AFrame ambient declarations](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aframe).
These definitions may be ahead of the Definitely Typed repo as they're updated in line w/ the experiments.
## Quick Start
Each experiment is made to be self-contained. TypeScript 3+ is used for all of the experiments. In some cases
experiments may use [project references](https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/#project-references).
The root `package.json` has scripts that support building everything. To generate a build of everything in `dist`:
* `npm install`
* `npm run installall`
* `npm run buildall`
* `npm run dist`
## Future Experiments
* Custom shaders
* Vive controls
* Rigging w/ vive controls