GodotVR / godot_oculus_mobile

Godot Oculus mobile drivers (Oculus Go / Oculus Quest)
MIT License
169 stars 34 forks source link

VR framework for Godot ? #126

Closed motorsep closed 3 years ago

motorsep commented 3 years ago

Are there any plans to offer VR framework for Godot ?

By that I mean out of the box gameplay/input codebase that provides motion controllers support (input mapping, hand tracking/controller tracking switch, placeholder for skeletal mesh hand models with basic hand poses, basic interaction with objects in VR using motion controllers, etc.), automatic HMD height calibration, HMD type detection, Guardian boundary support, a few types of VR locomotions (blink, dash, standard WASD movement with orientation to HMD).

This would help folks coming from different engines (UE4 in particular; folks who mostly used to work with Blueprints), who aren't that skilled in tackling lower level programming, to jump start development/prototyping their VR projects in Godot.

m4gr3d commented 3 years ago

I believe @NeoSpark314's toolkit fits that bill.

m4gr3d commented 3 years ago

@motorsep The Godot XR discord is also a good place to find more about available resources for VR development in Godot!

BastiaanOlij commented 3 years ago

We also have https://github.com/GodotVR/godot-xr-tools, but it's getting a little dated :)