OculusRiftHacking icon indicating copy to clipboard operation
OculusRiftHacking copied to clipboard

Repository for tools for hacking with the Oculus Rift

Overview

This repository is dedicated to hacking the hardware of the Oculus Rift, and in paritcular enabling an open-source implementation of position tracking on the DK2 on Linux.

Docs

  • Links and info/history are tracked on the project wiki: https://github.com/jherico/OculusRiftHacking/wiki
  • See the changelog for new developments: https://github.com/jherico/OculusRiftHacking/commits/master

Projects

OpticalTracking

Snapshot of @okreylos' optical tracking code w/ pre-release snapshot of upcoming Vrui-3.2-001

  • Linux
  • by Doc-Ok
  • GPLv2 licensed
  • see also: http://doc-ok.org/?p=1148

RiftHacking-0.1

C++ DK2 HMD interface (IMU/LED info) for Linux. See the corresponding writeup for documentation.

  • Linux
  • by @okreylos
  • GPLv2 licensed
  • see also: http://doc-ok.org/?p=1095

ouvrt

Linux tracking daemon (ouvrtd) and tools for interacting w/ the DK2 in Linux (like a ROM dumper)

  • Linux
  • by pH5
  • GPLv2 licensed

hid_win32_interceptor

HID message interceptor for Windows. This tool was used to kick off reverse engineering the DK2 protocols.