This folder contains the Nodos plugin for NDI.
- Download latest Nodos release from nodos.dev
- Clone the repository under Nodos workspace Module directory
git clone https://github.com/nodos-dev/ndi.git --recurse-submodules Module/ndi
- Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
- Build the project:
cmake --build Build