- Cargo >= 1.71.0
- CMake >= 3.25
- Ninja >= 1.11
- Python >= 3.6
- SCons >= 4.5.2
- Catch2 >= 2.13.8
- jq >= 1.6
-
Install the Cargo, CMake, Ninja, Python and SCons tools for your platform.
-
Clone the project's Git repository including its submodules e.g.
git clone --recurse-submodules https://github.com/cavi-au/RealityMerge.git
- Enter the directory for the repository clone e.g.
cd RealityMerge
- Make a directory for the project's CMake build configuration e.g.
cmake -E make_directory build
- Create the project's CMake build configuration e.g.
cmake -B build -S .
- Build the project's extended version of Godot >= 4.2 e.g.
cmake --build build
Launch the project's extended version of Godot >= 4.2 e.g.
godot\bin\godot.windows.editor.x86_64.exe
Distributed under the MIT License. See LICENSE
for more information.
- Niklas Elmqvist - @NElmqvist
- Clemens Klokmose - @cklokmose
- Jason Kankiewicz - @jkankiewicz
Project Link: https://github.com/cavi-au/RealityMerge
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.