Skip to content

Distributed Collaborative VR Documents

License

Notifications You must be signed in to change notification settings

cavi-au/RealityMerge

Repository files navigation

Contributors Forks Stargazers Issues MIT License X

About The Project

Getting Started

Prerequisites

  • Cargo >= 1.71.0
  • CMake >= 3.25
  • Ninja >= 1.11
  • Python >= 3.6
  • SCons >= 4.5.2

Test Prerequisites

  • Catch2 >= 2.13.8
  • jq >= 1.6

Installation

  1. Install the Cargo, CMake, Ninja, Python and SCons tools for your platform.

  2. Clone the project's Git repository including its submodules e.g.

git clone --recurse-submodules https://github.com/cavi-au/RealityMerge.git
  1. Enter the directory for the repository clone e.g.
cd RealityMerge
  1. Make a directory for the project's CMake build configuration e.g.
cmake -E make_directory build
  1. Create the project's CMake build configuration e.g.
cmake -B build -S .
  1. Build the project's extended version of Godot >= 4.2 e.g.
cmake --build build

Usage

Launch the project's extended version of Godot >= 4.2 e.g.

godot\bin\godot.windows.editor.x86_64.exe

Roadmap

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/cavi-au/RealityMerge

Acknowledgments

This effort is supported by Aarhus University through the Center for Anytime Anywhere Analytics (CA3), a research center on Augmented and Extended Reality (AR/XR) for data visualization funded by the Villum Foundation.

About

Distributed Collaborative VR Documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages