Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielesteban/realmsvr
A recursive VR experience
https://github.com/danielesteban/realmsvr
mongodb nodejs reactjs threejs voxels webvr webxr
Last synced: 20 days ago
JSON representation
A recursive VR experience
- Host: GitHub
- URL: https://github.com/danielesteban/realmsvr
- Owner: danielesteban
- License: mit
- Created: 2019-03-15T22:55:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:26:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T01:11:15.847Z (about 1 month ago)
- Topics: mongodb, nodejs, reactjs, threejs, voxels, webvr, webxr
- Language: JavaScript
- Homepage: https://realmsvr.gatunes.com
- Size: 3.96 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[RealmsVR](https://realmsvr.gatunes.com/)
[![Build Status](https://travis-ci.org/danielesteban/RealmsVR.svg?branch=master)](https://travis-ci.org/danielesteban/RealmsVR)
===[![screenshot](client/src/screenshot.jpg)](https://realmsvr.gatunes.com/)
> A recursive VR experience
### API
[![dependencies Status](https://david-dm.org/danielesteban/RealmsVR/status.svg?path=api)](https://david-dm.org/danielesteban/RealmsVR?path=api)
[![devDependencies Status](https://david-dm.org/danielesteban/RealmsVR/dev-status.svg?path=api)](https://david-dm.org/danielesteban/RealmsVR?path=api&type=dev)* [Docker image](https://hub.docker.com/r/danigatunes/realmsvr_api)
* [Documentation](https://projects.gatunes.com/realmsvr/doc/)### Client
[![dependencies Status](https://david-dm.org/danielesteban/RealmsVR/status.svg?path=client)](https://david-dm.org/danielesteban/RealmsVR?path=client)
[![devDependencies Status](https://david-dm.org/danielesteban/RealmsVR/dev-status.svg?path=client)](https://david-dm.org/danielesteban/RealmsVR?path=client&type=dev)* [Discord server](https://discord.gg/9KyFbe8)
* [Live environment](https://realmsvr.gatunes.com/)## Dev environment
* [MongoDB](https://www.mongodb.com/download-center/community) >= 4.0
* [Node.js](https://nodejs.org/en/download/) >= 10.15
* [Yarn](https://yarnpkg.com/en/docs/install) >= 1.15```bash
git clone https://github.com/danielesteban/RealmsVR.git
cd RealmsVR
yarn install # (or run the "Install dependencies" task in vscode)
yarn start # (or press F5 in vscode)
```> You'll need to write your own `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` into `api/.env` if you want to sign-in using the GoogleStrategy.