All Projects → teliportme → Remixvr

teliportme / Remixvr

Licence: gpl-3.0
RemixVR is a tool for collaboratively building customisable VR experiences.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Remixvr

Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+166.67%)
Mutual labels:  threejs, oculus, vr, virtual-reality, webvr, webxr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+10309.3%)
Mutual labels:  threejs, oculus, vr, virtual-reality, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (-10.08%)
Mutual labels:  threejs, vr, webvr, virtual-reality
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (-28.68%)
Mutual labels:  threejs, vr, webvr, virtual-reality
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+317.83%)
Mutual labels:  threejs, vr, virtual-reality, webvr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+27.13%)
Mutual labels:  threejs, vr, virtual-reality, webvr
Three.vrcontroller
Support hand controllers for Oculus, Vive, Windows Mixed Reality, Daydream, GearVR, and more by adding VRController to your existing Three.js-based WebVR project.
Stars: ✭ 213 (+65.12%)
Mutual labels:  threejs, oculus, webvr, webxr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+915.5%)
Mutual labels:  threejs, vr, virtual-reality, webvr
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-73.64%)
Mutual labels:  threejs, vr, virtual-reality, webvr
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (-41.09%)
Mutual labels:  threejs, vr, webvr, virtual-reality
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (-6.98%)
Mutual labels:  threejs, oculus, vr, webvr
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (-51.94%)
Mutual labels:  threejs, oculus, vr, webvr
Webxr Polyfill
Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Stars: ✭ 251 (+94.57%)
Mutual labels:  vr, virtual-reality, webvr, webxr
spacesvr
A standardized reality for the future of the 3D Web.
Stars: ✭ 135 (+4.65%)
Mutual labels:  threejs, vr, webvr, webxr
webvrrocks
Your guide to Virtual Reality in the browser.
Stars: ✭ 116 (-10.08%)
Mutual labels:  vr, webvr, virtual-reality, webxr
Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+263.57%)
Mutual labels:  threejs, vr, virtual-reality, webvr
Webxr Handtracking
👐 WebXR hand tracking examples
Stars: ✭ 116 (-10.08%)
Mutual labels:  threejs, oculus, vr, webxr
A Mmd
A-Frame MMD component
Stars: ✭ 74 (-42.64%)
Mutual labels:  threejs, vr, webvr
Aframe React
:atom: Build virtual reality experiences with A-Frame and React.
Stars: ✭ 1,199 (+829.46%)
Mutual labels:  vr, virtual-reality, webvr
Lovr
Lua Virtual Reality Engine
Stars: ✭ 743 (+475.97%)
Mutual labels:  vr, virtual-reality, webxr

RemixVR

codecov

RemixVR

RemixVR is a tool to collaboratively build editable VR experiences.

The editable VR experiences are called VR templates. Anyone can create a VR template. Each VR template will have configurable options that can be selected by the user. These options allow the user to create custom VR experiences from a single VR template.

RemixVR

For example, let's look at the ObjectsVR template. It has three options. You can change the object, the 360 background and the sound it creates when hovering on the object.

In the initial version, these options are updated by editing the code. However, as we continue to develop RemixVR, we'll be including a visual way to update the options.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Documentation

You can read RemixVR docs to view all the documentation about the project.

Demos

Installing RemixVR

To install and setup RemixVR, please see the installation guide.

Running a VR template

Once you have installed all the dependencies, to start a VR template, go to the template folder and in the terminal run yarn start.

For example, to start the ObjectsVR template, go to the template folder.

cd packages/objectsvr

Once you're inside the template folder, then start the development server.

yarn start

You can view the template by going to http://localhost:8080/ on your browser.

Running the tests

To run the test, navigate to the root folder of remixVR. Then run:

yarn run test

The test files are present inside the template folder. The test files ends with .test.js in their file name. You can look at ObjectsVR test file to see an example.

Built With

Contributing

Please read CODE OF CONDUCT for details on our code of conduct. Please read CONTRIBUTING GUIDE before contributing.

Versioning

We use SemVer for versioning the VR templates.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL v3 License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].