https://github.com/willneedit/altspacemres
MRE's (Micro-Apps) hosted for AltSpaceVR
https://github.com/willneedit/altspacemres
altspace altspacevr mre virtual-reality vr
Last synced: 1 day ago
JSON representation
MRE's (Micro-Apps) hosted for AltSpaceVR
- Host: GitHub
- URL: https://github.com/willneedit/altspacemres
- Owner: willneedit
- License: mit
- Created: 2018-12-27T08:37:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T15:18:48.000Z (over 2 years ago)
- Last Synced: 2023-03-02T12:11:56.305Z (almost 2 years ago)
- Topics: altspace, altspacevr, mre, virtual-reality, vr
- Language: TypeScript
- Homepage:
- Size: 52.4 MB
- Stars: 10
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Contains a set of AltspaceVR MRE's, multiplexed and spawned from a single service, most prominently the 'Gate'.
The list of apps is configured in `src/dispatch.ts` and a single app is instantiated in Altspace using `ws://location.of.the.mre.org/app?name=`, additional parameters in key/value URL encoded notation optional.
## Editing
* Open this folder in VSCode.
## Building
* From inside VSCode: `Shift+Ctrl+B`
* From command line: `npm run build`## Running
* From inside VSCode: `F5`
* From command line: `npm start`