Ralith / openxrs

OpenXR bindings for Rust
Apache License 2.0
281 stars 59 forks source link

XR_FB_eye_tracking_social #140

Closed WuZemyp closed 1 year ago

WuZemyp commented 1 year ago

Hello, I would like to ask whether it can support the openxr extension XR_FB_eye_tracking_social ?. I found the bool variable in avaliable extension side but where is the source code for eye_trakcing_social ? Thank you!

Ralith commented 1 year ago

Nobody's written high-level bindings for that, but you should be able to use the raw -sys bindings.

zmerp commented 1 year ago

ALVR is successfully using XR_FB_eye_tracking_social for a while, using a fork of openxrs. Unfortunately I don't have the time to finish a PR, there were issues in the generated files and I manually patched them for now.