Oculus Rift with Antichamber
Posted
by
Scott Hainline
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Scott Hainline
Published on 2014-08-19T10:28:09Z
Indexed on
2014/08/19
10:30 UTC
Read the original article
Hit count: 269
Antichamber runs great on linux (steam version). But it is not playable with the Oculus Rift at this point.
The issues are: 1) no headtracking 2) graphics are not being split and distorted by Oculus SDK
My current plan is to use LD_PRELOAD to add the functionality, this seems to be the linux equivalent of DLL injection. Antichamber appears to be using SDL, I'm hoping this can be configured to use the headtracking data as a joystick and apply the graphics distortion, but I am not sure which functions I should be looking for.
Is there a simpler way of getting these issues resolved? Is SDL the right choice here?
Would appreciate any information on how the Unreal Engine 3 works under linux; and library injection too.
© Ask Ubuntu or respective owner