** This project is currently in a hiatus **
** This is a work in progress and not yet released **
HEVR is a high efficiency virtual reality streamer.
Designed to play games from a standalone headset.
With a focus on low-latency, compatibily and simplicity.
This project is based on the original ALVR project from polygraphene and the ALVR fork from JackD83 and zarik5.
Note: This is the streaming application, you'll need an ALVR client on your headset.
References:
HEVR is built in C++ with the Qt framework and Sky kit.
- Windows 7 and later
- Linux 32 bit and 64 bit
- macOS 64 bit (experimental)
- Android 32 bit and 64 bit (experimental)
Headset:
- Oculus Quest
GPU:
- Nvidia GTX 600+, RTX 2000+
- Radeon RX 400+, RX 500+
Network:
- Wireless connection with 5ghz / 802.11ac compatibily
On Windows:
Recommended IDE:
You can configure and build HEVR with a single line:
sh build.sh <win32 | win64 | macOS | linux | android> all
For instance you would do that for Windows 64 bit:
* open Git Bash *
git clone https://github.com/omega-gg/HEVR.git
cd HEVR
sh build.sh win64 all
That's a convenient way to configure and build everything the first time.
Note: This will create the 3rdparty and Sky folder in the parent directory.
Alternatively, you can run each step of the build yourself by calling the following scripts:
Install the dependencies:
sh 3rdparty.sh <win32 | win64 | macOS | linux | android> [all]
Configure the build:
sh configure.sh <win32 | win64 | macOS | linux | android> [sky | clean]
Build the application:
sh build.sh <win32 | win64 | macOS | linux | android> [all | deploy | clean]
Deploy the application and its dependencies:
sh deploy.sh <win32 | win64 | macOS | linux | android> [clean]
Copyright (C) 2020 HEVR authors | http://omega.gg/HEVR
- Benjamin Arnaud aka bunjee | [email protected]
HEVR may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation and appearing in the LICENSE.md file included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl.html.
libHEVR may be used under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation and appearing in the LICENSE.md file included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html.
HEVR licensees holding valid private licenses may use this file in accordance with the private license agreement provided with the Software or, alternatively, in accordance with the terms contained in written agreement between you and HEVR authors. For further information contact us at [email protected].