├── .gitmodules ├── CMakeLists.txt ├── LICENSE ├── README.md ├── je_nourish_openhmd.cpp ├── je_nourish_openhmd.json └── sample-configs ├── Oculus_Rift_DK1.json ├── osvr_server_config.json └── renderManager.extended.landscape.json /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/README.md -------------------------------------------------------------------------------- /je_nourish_openhmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/je_nourish_openhmd.cpp -------------------------------------------------------------------------------- /je_nourish_openhmd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/je_nourish_openhmd.json -------------------------------------------------------------------------------- /sample-configs/Oculus_Rift_DK1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/sample-configs/Oculus_Rift_DK1.json -------------------------------------------------------------------------------- /sample-configs/osvr_server_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/sample-configs/osvr_server_config.json -------------------------------------------------------------------------------- /sample-configs/renderManager.extended.landscape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simlrh/OSVR-OpenHMD/HEAD/sample-configs/renderManager.extended.landscape.json --------------------------------------------------------------------------------