- fmt
- Boost: filesystem
- OpenVR
- Windows
vcpkg install --triplet x64-windows fmt boost-filesystem openvr
You can also use a directory structure in OpenVR Project (https://github.com/ValveSoftware/openvr)
In CMake, set OpenVR_ROOT
to OpenVR directory.
Enable openvr
plugin and enable stereo rendering in pipeline.yaml
.
See documents and OpenVR samples in rpcpp_samples repository.