libgoatvr

view doc/index.rst @ 27:e819f63535b3

adding stub doc pages
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 30 Mar 2015 05:51:22 +0300
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