Checkout the code from the git repository: https://github.com/xLAva/JediAcademyLinux/tree/HmdSupportDK2
It is possible to build the game without any VR support. For VR support at least one of the following libraries is needed.
Checkout OculusSDK from my git repository into the 3rdparty/OculusSDK folder (inside the JediAcademy folder structure) This folder contains
- all OculusSDK platform files merged together
- prebuild binaries
- dynamic lib versions (based on https://www.jspenguin.org/software/ovrsdk/ - thx Jared Stafford)
https://github.com/xLAva/OculusSDK
Checkout OpenHmd from my git repository into the 3rdparty/OpenHmd folder (inside the JediAcademy folder structure) https://github.com/xLAva/OpenHmd
OpenHmd doesn't support all DK2 features at the moment and the DK2 Windows support looks broken right now.
I'm using a 64bit system, but this port is still a 32 bit program!
sudo apt-get install libsdl2-dev:i386 libglm-dev libhidapi-dev:i386 libopenal-dev:i386 libhidapi-libusb0:i386
sudo apt-get install cmake g++-multilib
Visual Studio C++ (Express is enough)
Place this libraries in the 3rdparty folder:
- SDL2: https://www.libsdl.org/release/SDL2-2.0.3-win32-x86.zip
- GLM: http://sourceforge.net/projects/ogl-math/files/latest/download?source=files
Only needed for OpenHmd:
Create a new directory beside the repository folder. Call this command inside the new folder:
cmake ../HmdSupportDK2/code
After cmake is finished follow the last step.
make
Open the VisualStudio solution and build the project
... sorry. Mac is not supported at the moment.