libgoatvr

diff README @ 2:fc256d38257f

added readme and license files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 05:33:22 +0300
parents
children bb85be761b50
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Fri Aug 29 05:33:22 2014 +0300
     1.3 @@ -0,0 +1,30 @@
     1.4 +libgoatvr - a modular virtual reality abstraction library
     1.5 +---------------------------------------------------------
     1.6 +
     1.7 +1. Overview
     1.8 +
     1.9 +Libgoatvr is a simplified abstraction library for dealing with VR headsets. It
    1.10 +is designed to expose a single common API to access VR HMDs through any of the
    1.11 +supported backend modules, such as the Oculus SDK or OpenHMD, even allowing the
    1.12 +application to switch between them seamlessly at runtime.
    1.13 +
    1.14 +Currently implemented VR modules:
    1.15 + - Oculus SDK 0.4.1
    1.16 + - OpenHMD (not done)
    1.17 + - null
    1.18 +
    1.19 +The null module can always be used as a fallback. It generates no input, and
    1.20 +presents only the left image of the stero pair to the display.
    1.21 +
    1.22 +Code examples and detailed usage will be added at some point...
    1.23 +
    1.24 +Canonical mercurial repo: http://nuclear.mutantstargoat.com/hg/libgoatvr
    1.25 +Github mirror: http://github.com/jtsiomb/libgoatvr
    1.26 +
    1.27 +2. License
    1.28 +
    1.29 +Copyright (C) 2014 John Tsiombikas <nuclear@member.fsf.org>
    1.30 +Libgoatvr is free software. You may use, modify, and redistribute this library
    1.31 +under the terms of the GNU Lesser General Public License version 3, or at your
    1.32 +option, any later version published by the Free Software Foundation. See COPYING
    1.33 +and COPYING.LESSER for more details.