Skip to content

Commit

Permalink
brought back ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
disasteroftheuniverse committed Dec 30, 2019
1 parent 8beeb1e commit 760a54e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 10 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
# SuperQuest: Oculus Quest AFrame Components

![image](https://www.repostatus.org/badges/latest/wip.svg)
<pre> __ ____ _

```md
__ ____ _
/ _\_ _ _ __ ___ _ __ /___ \_ _ ___ ___| |_
\ \| | | | '_ \ / _ | '__// / | | | |/ _ / __| __|
_\ | |_| | |_) | __| | / \_/ /| |_| | __\__ | |_
\__/\__,_| .__/ \___|_| \___,_\ \__,_|\___|___/\__|
|_|
├── <b>assets/</b> (<a href="/src/assets">Documentation</a>)
├── *assets*/
│ ├── hands.ma
│ └── hands.fbx
├── <b>components/</b> (<a href="/src/components">Documentation</a>)
├── components/
│ ├── grab-controls.js
│ ├── hands.js
│ └── teleporter-controls.js
├── <b>extras/</b> (<a href="/src/extras">Documentation</a>)
├── extras/
│ ├── extras.js
│ ├── google-poly.js
│ ├── portals.js
│ └── shaders.js
├── <b>physics/</b> (<a href="/src/physics">Documentation</a>)
├── physics/
│ ├── physics.js
│ └── physics.worker.js
└── <b>utils/</b> (<a href="/src/utils">Documentation</a>)
└── utils/
└── utils.js
</pre>
```

TODO: basically everything
TODO: basically everything
34 changes: 32 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# _SuperQuest!_ AFrame Components for Oculus Quest

[## components](./components)
![image](https://www.repostatus.org/badges/latest/wip.svg)

```md
__ ____ _
/ _\_ _ _ __ ___ _ __ /___ \_ _ ___ ___| |_
\ \| | | | '_ \ / _ | '__// / | | | |/ _ / __| __|
_\ | |_| | |_) | __| | / \_/ /| |_| | __\__ | |_
\__/\__,_| .__/ \___|_| \___,_\ \__,_|\___|___/\__|
|_|
```
<pre>
├── <b>assets</b>/ (<a href="./assets">docs</a>)
│ ├── hands.ma
│ └── hands.fbx
├── <b>components</b>/ (<a href="./components">docs</a>)
│ ├── grab-controls.js
│ ├── hands.js
│ └── teleporter-controls.js
├── <b>extras</b>/ (<a href="./extras">docs</a>)
│ ├── extras.js
│ ├── google-poly.js
│ ├── portals.js
│ └── shaders.js
├── <b>physics</b>/ (<a href="./physics">docs</a>)
│ ├── physics.js
│ └── physics.worker.js
└── <b>utils</b>/ (<a href="./utils">docs</a>)
└── utils.js
</pre>

TODO: basically everything

[## components](./assets)

0 comments on commit 760a54e

Please sign in to comment.