See the experiments on our GitHub Page.
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.
These definitions may be ahead of the Definitely Typed repo as they're updated in line w/ the experiments.
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.
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
- Custom shaders
- Vive controls
- Rigging w/ vive controls