nuclear@2: libgoatvr - a modular virtual reality abstraction library nuclear@2: --------------------------------------------------------- nuclear@2: nuclear@2: 1. Overview nuclear@2: nuclear@2: Libgoatvr is a simplified abstraction library for dealing with VR headsets. It nuclear@2: is designed to expose a single common API to access VR HMDs through any of the nuclear@2: supported backend modules, such as the Oculus SDK or OpenHMD, even allowing the nuclear@25: application to switch between them at runtime. nuclear@2: nuclear@2: Currently implemented VR modules: nuclear@25: - Oculus SDK 0.4.4 nuclear@2: - OpenHMD (not done) nuclear@2: - null nuclear@2: nuclear@2: The null module can always be used as a fallback. It generates no input, and nuclear@2: presents only the left image of the stero pair to the display. nuclear@2: nuclear@2: Code examples and detailed usage will be added at some point... nuclear@2: nuclear@2: Canonical mercurial repo: http://nuclear.mutantstargoat.com/hg/libgoatvr nuclear@2: Github mirror: http://github.com/jtsiomb/libgoatvr nuclear@2: nuclear@2: 2. License nuclear@2: nuclear@2: Copyright (C) 2014 John Tsiombikas nuclear@2: Libgoatvr is free software. You may use, modify, and redistribute this library nuclear@2: under the terms of the GNU Lesser General Public License version 3, or at your nuclear@2: option, any later version published by the Free Software Foundation. See COPYING nuclear@2: and COPYING.LESSER for more details.