libgoatvr

view doc/index.rst @ 33:1102327fe85f

added red-cyan anaglyph fallback drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 06:34:00 +0200
parents bb85be761b50
children
line source
1 libgoatvr
2 =========
4 **This documentation is incomplete**
6 Overview
7 --------
9 Libgoatvr is a simplified abstraction library for dealing with VR headsets. It
10 is designed to expose a single common API to access VR HMDs through any of the
11 supported backend modules, such as the Oculus SDK or OpenHMD, even allowing the
12 application to switch between them at runtime.
14 This documentation describes how to use libgoatvr in your programs, and is
15 split into the following sections:
17 1. Initialization_
18 2. `Head tracking`_
19 3. Rendering_
20 4. options and properties
22 .. _Initialization: 1-init.html
23 .. _`Head tracking`: 2-tracking.html
24 .. _Rendering: 3-rendering.html