Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arenaxr/arena-web-core

An environment to view and interact in multiuser virtual and augmented reality.
https://github.com/arenaxr/arena-web-core

Last synced: 2 days ago
JSON representation

An environment to view and interact in multiuser virtual and augmented reality.

Awesome Lists containing this project

README

        


ARENA browser client (ARENA-web-core)


An environment to view and interact in multiuser virtual and augmented reality

| | |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| | |

The [ARENA](https://docs.arenaxr.org/) is a platform for supporting real-time mixed reality (XR) interaction between multiple users and the physical world.

This repository contains the ARENA browser client code, which allows to view and interact in multiuser virtual and augmented reality. It was built using frameworks for 3D scenes and XR environments (notably, [A-Frame](https://aframe.io/) and [three.js](https://threejs.org/)), and can be used with any platform supporting a WebXR-capable browser (e.g. most desktop/laptops, iPads, iPhones, Android ARCore-enabled devices, Oculus Quest, Vive, Microsoft Hololens and many other).

The ARENA browser client uses a [publish/subscribe system](https://mqtt.org/) to allow users and programs to colaborate and takes advantage of [Jitsi](https://jitsi.org/) to support video conferencing in a 3D environment. We also leverage WASM‘s availability in all major browsers and other platforms outside the browser to execute distributed XR applications.

## Documentation

The main ARENA documentation is here: [https://docs.arenaxr.org/](https://docs.arenaxr.org/).

- [Quick Start for users](https://docs.arenaxr.org/content/overview/user-guide.html).
- [Quick Start for developers](https://docs.arenaxr.org/content/overview/dev-guide.html).

## Installation

Most users will want to use an already deployed ARENA. If you want to setup your own ARENA stack, you can use our [docker compose setup](https://github.com/arenaxr/arena-services-docker).

## License

See the [LICENSE](LICENSE) file.