libgoatvr

view doc/index.rst @ 26:23a654109494

Merge
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Mar 2015 23:32:22 +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