nuclear@25: libgoatvr nuclear@25: ========= nuclear@25: nuclear@25: **This documentation is incomplete** nuclear@25: nuclear@25: Overview nuclear@25: -------- nuclear@25: nuclear@25: Libgoatvr is a simplified abstraction library for dealing with VR headsets. It nuclear@25: is designed to expose a single common API to access VR HMDs through any of the nuclear@25: supported backend modules, such as the Oculus SDK or OpenHMD, even allowing the nuclear@25: application to switch between them at runtime. nuclear@25: nuclear@25: This documentation describes how to use libgoatvr in your programs, and is nuclear@25: split into the following sections: nuclear@25: nuclear@25: 1. Initialization_ nuclear@27: 2. `Head tracking`_ nuclear@27: 3. Rendering_ nuclear@25: 4. options and properties nuclear@25: nuclear@25: .. _Initialization: 1-init.html nuclear@27: .. _`Head tracking`: 2-tracking.html nuclear@27: .. _Rendering: 3-rendering.html