579 B
579 B
UnrealXR
UnrealXR is a display multiplexer for the original Nreal Air (other devices may be supported).
Development
- Clone this repository with submodules:
git clone --recurse-submodules https://git.terah.dev/imterah/unrealxr.git
- Initialize the development shell:
nix-shell
- Create a virtual environment:
python3 -m venv .venv; source .venv/bin/activate
- Install Python dependencies:
pip install -r requirements.txt
- Build libevdi:
cd evdi/library; make -j$(nproc); cd ../..
- Build pyevdi:
cd evdi/pyevdi; make -j$(nproc); make install; cd ../..