AndersMalmgren / FreePIE

Programmable Input Emulator
650 stars 144 forks source link

Oculus #145

Open mikemac30 opened 6 years ago

mikemac30 commented 6 years ago

Is oculus support on freepie still working? because I can't seem to get it working I just get: Oculus VR SDK Failed to init. Does it still work at all? Do I need other software installed? I have oculus Home installed.

I'm trying to run this code: `def update(): mouse.deltaX = -filters.delta(filters.continousRotation(oculusVR.yaw)) ratio mouse.deltaY = -filters.delta(filters.continousRotation(oculusVR.pitch)) ratio

if starting: ratio = 100 oculusVR.update += update`