{"id":13733612,"url":"https://github.com/arenaxr/arena-web-core","last_synced_at":"2026-03-13T21:07:57.091Z","repository":{"id":37916785,"uuid":"201487300","full_name":"arenaxr/arena-web-core","owner":"arenaxr","description":"An environment to view and interact in multiuser virtual and augmented reality.","archived":false,"fork":false,"pushed_at":"2025-05-20T21:48:56.000Z","size":1055534,"stargazers_count":46,"open_issues_count":113,"forks_count":32,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-16T18:57:25.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.arenaxr.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arenaxr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-09T14:52:02.000Z","updated_at":"2025-06-24T06:33:32.000Z","dependencies_parsed_at":"2024-01-09T16:54:31.998Z","dependency_job_id":"d29cee12-d392-4023-9709-d79b30006fbf","html_url":"https://github.com/arenaxr/arena-web-core","commit_stats":null,"previous_names":["conix-center/arena-core"],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/arenaxr/arena-web-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenaxr%2Farena-web-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenaxr%2Farena-web-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenaxr%2Farena-web-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenaxr%2Farena-web-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arenaxr","download_url":"https://codeload.github.com/arenaxr/arena-web-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenaxr%2Farena-web-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585610,"owners_count":24111575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T03:00:46.279Z","updated_at":"2026-03-13T21:07:57.086Z","avatar_url":"https://github.com/arenaxr.png","language":"JavaScript","funding_links":[],"categories":["Web-Based Frameworks"],"sub_categories":["Motion Controllers inside Unity!"],"readme":"\u003cp align=\"center\"\u003e \u003cimg alt=\"\" src=\"static/images/xr-logo.png\" width=\"150px\"\u003e \u003c/p\u003e\n\u003ch2 align=\"center\"\u003eARENA browser client (ARENA-web-core)\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\u003cb\u003eAn environment to view and interact in multiuser virtual and augmented reality\u003c/b\u003e\u003c/p\u003e\n\n| \u003cvideo src=\"https://user-images.githubusercontent.com/3301067/179424252-ff81a626-218b-4228-859f-6e5d86f09093.mp4\"/\u003e | \u003cvideo src=\"https://user-images.githubusercontent.com/3301067/179424259-45a212b4-dff7-4d6d-b8cd-a349ac0d808d.mp4\"/\u003e |\n| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |\n| \u003cvideo src=\"https://user-images.githubusercontent.com/3301067/179424261-8d2bde4b-bcd8-4006-b873-865ea9905927.mp4\"/\u003e | \u003cvideo src=\"https://user-images.githubusercontent.com/3301067/179424266-cdf1241d-5d1a-4f37-bcf4-f2d8baf2af2e.mp4\"/\u003e |\n\nThe [ARENA](https://docs.arenaxr.org/) is a platform for supporting real-time mixed reality (XR) interaction between multiple users and the physical world.\n\nThis 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).\n\nThe 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.\n\n## Documentation\n\nThe main ARENA documentation is here: [https://docs.arenaxr.org/](https://docs.arenaxr.org/).\n\n- [Quick Start for users](https://docs.arenaxr.org/content/overview/user-guide.html).\n- [Quick Start for developers](https://docs.arenaxr.org/content/overview/dev-guide.html).\n- [Requirements \u0026 Architecture](REQUIREMENTS.md)\n- [Contributing](CONTRIBUTING.md)\n- [Changelog](CHANGELOG.md)\n\n## Installation\n\nMost 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).\n\n## License\n\nSee the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenaxr%2Farena-web-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farenaxr%2Farena-web-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenaxr%2Farena-web-core/lists"}