All Projects → GodotVR → godot-openvr-asset

GodotVR / godot-openvr-asset

Licence: MIT license
Godot asset for the openvr module

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language
GDScript
375 projects

Projects that are alternatives of or similar to godot-openvr-asset

godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (+51.92%)
Mutual labels:  godotengine, godot
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+273.08%)
Mutual labels:  godotengine, godot
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (-34.62%)
Mutual labels:  godotengine, godot
godot openhmd
OpenHMD GDNative driver for Godot
Stars: ✭ 34 (-34.62%)
Mutual labels:  godotengine, godot
Godot
Godot Engine – Multi-platform 2D and 3D game engine
Stars: ✭ 44,556 (+85584.62%)
Mutual labels:  godotengine, godot
MySQL Module
MySQL connector to Godot Engine.
Stars: ✭ 30 (-42.31%)
Mutual labels:  godotengine, godot
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (-23.08%)
Mutual labels:  godotengine, godot
godot-lod-demo
Demonstration project for the Level of Detail (LOD) Godot 3.x add-on
Stars: ✭ 34 (-34.62%)
Mutual labels:  godotengine, godot
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+4775%)
Mutual labels:  godotengine, godot
godot-exporter
Godot Engine Automation Pipeline Android – iOS – Linux – MacOS – Windows – HTML5 – Itch.io.
Stars: ✭ 54 (+3.85%)
Mutual labels:  godotengine, godot
discord.gd
Discord Bot API wrapper for Godot. Make bots in GDScript.
Stars: ✭ 69 (+32.69%)
Mutual labels:  godotengine, godot
RPG-Databases
Godot Engine addon to manage RPG databases
Stars: ✭ 15 (-71.15%)
Mutual labels:  godotengine, godot
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (-3.85%)
Mutual labels:  godotengine, godot
GDGotm
Official Godot plugin for gotm.io - the Godot Platform!
Stars: ✭ 43 (-17.31%)
Mutual labels:  godotengine, godot
godot-editor-theme-explorer
Godot Editor plugin to browse various items of Editor Theme, such as icons, colors and fonts.
Stars: ✭ 61 (+17.31%)
Mutual labels:  godotengine, godot
DartGodot
Godot + Dart 🎯
Stars: ✭ 79 (+51.92%)
Mutual labels:  godotengine, godot
Godot-3.0-Noise-Shaders
Godot 3.0 Noise Shaders
Stars: ✭ 38 (-26.92%)
Mutual labels:  godotengine, godot
Logic-Circuit-Simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
Stars: ✭ 23 (-55.77%)
Mutual labels:  godotengine, godot
godot-performance-comparison
Godot performance comparison between the `3.x` and `master` branch
Stars: ✭ 12 (-76.92%)
Mutual labels:  godotengine, godot
godot-local-notification
Godot module for local notifications (android and iOS)
Stars: ✭ 111 (+113.46%)
Mutual labels:  godotengine, godot

Godot OpenVR GDNative module

This module is provided as is, all files are contained within the addons/godot-openvr-asset folder

This module requires Godot 3.1 or newer to run, Godot 3.2 is highly recommended.

The scenes subfolder contains a number of godot scenes that help you set up your project. For basic functionality start with adding ovr_first_person.tcn to your project. Also make sure that vsync is turned off in your project settings.

Source code for this module can be found here: https://github.com/GodotVR/godot_openvr

Also note that we have a support asset containing a number of useful scenes to get you going building VR applications in Godot: https://github.com/GodotVR/godot-vr-common

Documentation on using this asset can be found here: https://github.com/GodotVR/godot-openvr-asset/wiki

HDR support

HDR support was added to OpenVR but requires the keep_3d_linear flag added to Godot 3.2. This will ensure rendering inside of the headset is correct. The preview on screen will look darker. You can solve this by using a separate viewport.

When using Godot 3.1 you need to either use the GLES2 renderer or turn HDR off on the viewport used to render to the HMD.

Licensing

The Godot OpenVR module and the godot scenes in this add on are all supplied under an MIT License.

The dynamic libraries supplier by Valve fall under Valve's own license. For more information about this license please visit https://github.com/ValveSoftware/openvr

About this repository

This repository was created by and is maintained by Bastiaan Olij a.k.a. Mux213

You can follow me on twitter for regular updates here: https://twitter.com/mux213

Videos about my work with Godot including tutorials on working with VR in Godot can by found on my youtube page: https://www.youtube.com/BastiaanOlij

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].