major refactor [apps->com]
This commit is contained in:
parent
7627042fe0
commit
c402dbdaf9
7 changed files with 15 additions and 37 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
xrsh-media
|
||||
src/xrsh-com
|
||||
XRSH milestones.odt
|
||||
aframe/CHANGELOG.md aframe/codecov.yml aframe/CODE_OF_CONDUCT.md aframe/CONTRIBUTING.md aframe/dist aframe/docs aframe/examples aframe/index.html aframe/LICENSE aframe/ORGANIZATION.md aframe/package.json aframe/README.md aframe/ROADMAP.md aframe/scripts aframe/src aframe/tests aframe/vendor aframe/webpack.config.js aframe/webpack.prod.config.js
|
||||
|
|
|
|||
8
.gitmodules
vendored
8
.gitmodules
vendored
|
|
@ -1,5 +1,5 @@
|
|||
[submodule "src/xrsh-apps"]
|
||||
path = src/xrsh-apps
|
||||
#url = https://forgejo.isvery.ninja/xrsh/xrsh-apps.git
|
||||
url = ssh://git@forgejo.isvery.ninja:8222/xrsh/xrsh-apps.git
|
||||
[submodule "src/xrsh-com"]
|
||||
path = src/xrsh-com
|
||||
#url = https://forgejo.isvery.ninja/xrsh/xrsh-com.git
|
||||
url = ssh://git@forgejo.isvery.ninja:8222/xrsh/xrsh-com.git
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ See [the wiki here](https://forgejo.isvery.ninja/xrsh/xrsh/wiki/Home#milestones)
|
|||
|
||||
## Developers
|
||||
|
||||
Make sure to clone the repo including the [xrsh-apps](https://forgejo.isvery.ninja/xrsh-apps) repo
|
||||
Make sure to clone the repo including submodules (the [xrsh-com](https://forgejo.isvery.ninja/xrsh-com) repo)
|
||||
|
||||
```
|
||||
$ git clone --recurse-submodules https://forgejo.isvery.ninja/xrsh/xrsh
|
||||
|
|
|
|||
1
src/app
1
src/app
|
|
@ -1 +0,0 @@
|
|||
xrsh-apps/app
|
||||
2
src/com
2
src/com
|
|
@ -1 +1 @@
|
|||
xrsh-apps/com
|
||||
xrsh-com/com
|
||||
|
|
@ -9,14 +9,12 @@
|
|||
<script src="com/require.js"></script>
|
||||
<script src="com/launcher.js"></script>
|
||||
|
||||
<!-- launchable dom/aframe items -->
|
||||
<script src="com/xd.js"></script>
|
||||
<script src="com/xrfragments.js"></script>
|
||||
<script src="com/paste.js"></script>
|
||||
<script src="com/save.js"></script>
|
||||
<!-- some launchable dom/aframe items for the menu -->
|
||||
<script src="com/add.js"></script>
|
||||
<script src="com/cast.js"></script>
|
||||
<script src="com/example/helloworld.js"></script>
|
||||
<script src="com/example/helloworld-window.js"></script>
|
||||
<script src="com/example/helloworld-iframe.js"></script>
|
||||
<script src="com/xd.js"></script>
|
||||
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
|
@ -36,32 +34,13 @@
|
|||
|
||||
<a-entity launcher="attach: #left-hand; fingerTip: #right-hand;" dom position="-0.017 -0.094 -0.085" rotation="133.19 -24.75 -203.1"></a-entity>
|
||||
|
||||
<a-entity paste></a-entity>
|
||||
<a-entity save></a-entity>
|
||||
<a-entity add="comps: paste,save,xrfragments,example/helloworld-iframe,example/helloworld-htmlform,example/helloworld-window"></a-entity>
|
||||
<a-entity cast></a-entity>
|
||||
<a-entity helloworld></a-entity>
|
||||
<a-entity helloworld-window xd></a-entity>
|
||||
<a-entity helloworld-iframe xd></a-entity>
|
||||
<a-entity xrfragments></a-entity>
|
||||
<a-entity helloworld-window></a-entity>
|
||||
<a-entity xd></a-entity>
|
||||
|
||||
<a-entity _app="uri: app/vconsole.js" ></a-entity>
|
||||
<a-entity _app="uri: app/xrfragments.js"></a-entity>
|
||||
<a-entity _app="uri: app/aframe-inspector.js; order:-50"></a-entity>
|
||||
<a-entity _app="uri: app/spatialize.js; order:-100" ></a-entity>
|
||||
<a-entity _app="uri: app/isoterminal.js" position="0 1.25 -2.1"></a-entity>
|
||||
<a-entity _app="uri: app/manual.js;" position="1 1.25 -2.2"></a-entity>
|
||||
<a-entity _app="uri: app/example/helloworld.js; foo: Hello World" ></a-entity>
|
||||
<a-entity _app="uri: app/example/helloworld-html.js; foo: Hello World" position="0 2 -1.9"></a-entity>
|
||||
<a-entity _app="uri: app/example/helloworld-htmlform.js; foo: Hello World" position="0 1.25 -1.8"></a-entity>
|
||||
<a-entity _app="uri: app/example/helloworld-window.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
|
||||
<a-entity _app="uri: app/example/helloworld-iframe.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
<a-entity _app="uri: app/paste.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
|
||||
<a-entity _app="uri: app/save.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
<a-entity _app="uri: app/load.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
|
||||
<a-entity noxrf gltf-model="#environment"></a-entity>
|
||||
<a-entity noxrf gltf-model="#environment" hide-on-enter-ar></a-entity>
|
||||
|
||||
<a-entity id="player" wasd-controls="acceleration:30" look-controls com="uri: com/control/patch-look-controls.js">
|
||||
<a-entity camera="fov:90" position="0 1.6 0 " id="camera" com="uri: com/control/gaze-touch-to-click.js"></a-entity>
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a4ddb52310f658f54e6616eb9c86e60560de25ee
|
||||
Loading…
Add table
Reference in a new issue