AFrame components tailored for Oculus Quest
Add-ons for A-Frame VR tailored for Oculus Quest and Oculus Quest 2.
Includes a lightweight physics system optimized for Oculus Browser and components for virtual hands to pick up and manipulate virtual objects.
- __ ____ _
- / _\_ _ _ __ ___ _ __ /___ \_ _ ___ ___| |_
- \ \| | | | '_ \ / _ | '__// / | | | |/ _ / __| __|
- _\ | |_| | |_) | __| | / \_/ /| |_| | __\__ | |_
- \__/\__,_| .__/ \___|_| \___,_\ \__,_|\___|___/\__|
- | |_|
- ├── assets/ (docs)
- │ ├── hands.ma
- │ └── hands.fbx
- ├── extras-collection/ (docs)
- │ ├── 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)
- │ ├── superquest-haptics.js
- │ ├── superquest-hands.js
- │ └── superquest-teleporter-controls.js
- └── physics-lite/ (docs)
- ├── superquest-physics-lite.js
- └── superquest-physics-lite.worker.js
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>