Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 2.01 KB

README.md

File metadata and controls

44 lines (38 loc) · 2.01 KB

SuperQuest! Oculus Quest AFrame Components

image image Documentation Status

 __                        ____                _
/ _\_   _ _ __   ___ _ __ /___ \_   _  ___ ___| |_
\ \| | | | '_ \ / _ | '__//  / | | | |/ _ / __| __|
_\ | |_| | |_) |  __| | / \_/ /| |_| |  __\__ | |_
\__/\__,_| .__/ \___|_| \___,_\ \__,_|\___|___/\__|
|        |_|
├── assets/ (docs)
│   ├── hands.ma
│   └── hands.fbx
├── extras-collection/ (docs)  Project Status: WIP
│   ├── billboard.js
│   ├── clamp.js
│   ├── distribute-linear.js
│   ├── portals.js
│   ├── google-poly.js
│   ├── helpers.js
│   ├── literals.js
│   ├── rounded.js
│   ├── signals.js
│   ├── misc.js
│   └── json-loader.js
├── quest-collection/ (docs)   Project Status: WIP
│   ├── superquest-haptics.js
│   ├── superquest-hands.js
│   └── superquest-teleporter-controls.js
└── physics-lite/ (docs)  Project Status: WIP
    ├── superquest-physics-lite.js
    └── superquest-physics-lite.worker.js

Installation

Include this script tag after your A-Frame script tag in the head of your document.

<script src="https://cdn.jsdelivr.net/gh/disasteroftheuniverse/SuperQuest/dist/SuperQuest.full.min.js"></script>

Examples

TODO: basically everything