Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
140 stars 2 forks source link

Add suppot for EyetrackVR #3201

Open Dusty-Sprinkles opened 2 days ago

Dusty-Sprinkles commented 2 days ago

Is your feature request related to a problem? Please describe.

A lot of diy systems use this for eye tracking and mineis included, but I have to use a moddue to no native support.

Describe the solution you'd like

EyetrckVR being directly supported ingame

Describe alternatives you've considered

mods

Additional Context

https://github.com/EyeTrackVR/EyeTrackVR github repo for it

Requesters

Venport/dustysprinkles

shiftyscales commented 2 days ago

A lot of recent conversation on a related issue is relevant here: https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1843#issuecomment-2448229104

One of the things we'd like to do is actually modularize and open the device driver system, to allow for community contributions.

This would make it much easier for anyone to add support for more hardware, while fitting into Resonite's input system. This could include VRCFT driver as well.

We can add one natively, but I do not want the option to be limited only to that.

There's also OpenXR face tracking interfaces, which can be better standard for supporting wide variety of hardware, rather than something designed for a particular platform.

There are also other related issues / standards trying to accomplish the same overall goal like #1220.

So similar to the related issues, we will not likely implement this prior to us developing and implementing said modular system first.