Skip to content

Commit

Permalink
doc home
Browse files Browse the repository at this point in the history
  • Loading branch information
disasteroftheuniverse committed Dec 30, 2019
1 parent cc23098 commit 630065a
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Superquest
# SuperQuest: Oculus Quest AFrame Components

![image](https://www.repostatus.org/badges/latest/wip.svg)
<pre> __ ____ _
/ _\_ _ _ __ ___ _ __ /___ \_ _ ___ ___| |_
\ \| | | | '_ \ / _ | '__// / | | | |/ _ / __| __|
_\ | |_| | |_) | __| | / \_/ /| |_| | __\__ | |_
\__/\__,_| .__/ \___|_| \___,_\ \__,_|\___|___/\__|
|_|
├── <b>assets/</b> (<a href="/src/assets">Documentation</a>)
│ ├── hands.ma
│ └── hands.fbx
├── <b>components/</b> (<a href="/src/components">Documentation</a>)
│ ├── grab-controls.js
│ ├── hands.js
│ └── teleporter-controls.js
├── <b>extras/</b> (<a href="/src/extras">Documentation</a>)
│ ├── extras.js
│ ├── google-poly.js
│ ├── portals.js
│ └── shaders.js
├── <b>physics/</b> (<a href="/src/physics">Documentation</a>)
│ ├── physics.js
│ └── physics.worker.js
└── <b>utils/</b> (<a href="/src/utils">Documentation</a>)
└── utils.js
</pre>

TODO: basically everything

0 comments on commit 630065a

Please sign in to comment.