Skip to content
Benedikt edited this page Jul 8, 2021 · 5 revisions

Welcome to the Godot OpenVR module documentation and wiki!

This is still a work in progress, and help/suggestions are welcome of course!

Getting the Godot OpenVR module

We recommend using the Godot OpenVR asset from Godot's asset library, found here. If you do download the repository directly, make sure to copy the demo/addons/godot-openvr folder to your game's addons folder.

Compiling the module

Pre-build binaries for this module can be found on the releases page in this repository.

For instructions on how to compile the module yourself, please check the README.md file in this repository.

Basic use of the Godot OpenVR asset

First, it is recommended to read the AR/VR Primer tutorial on the official Godot documentation website, where the basic VR concepts in Godot are explained.

Next, there is a starter tutorial there as well. If you prefer video, Bastiaan Olij has a good tutorial of the godot-openvr asset on Youtube.

Beginner topics

Advanced topics