Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arenaxr/arena-web-core
- Owner: arenaxr
- License: bsd-3-clause
- Created: 2019-08-09T14:52:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:56:41.000Z (5 months ago)
- Last Synced: 2024-08-29T00:03:18.153Z (5 months ago)
- Language: JavaScript
- Homepage: https://docs.arenaxr.org
- Size: 1000 MB
- Stars: 40
- Watchers: 10
- Forks: 28
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- vr-resources - ARENA-core, a web framework for VR <> AR interaction with multiple users
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.