libgoatvr

view doc/index.rst @ 25:bb85be761b50

started the documentation
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 08 Mar 2015 05:30:02 +0200
parents
children e819f63535b3
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