libgoatvr

view doc/index.rst @ 31:ec6edfe7774c

forgot to add the glext.h file
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Apr 2015 02:02:04 +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