Closed sidd closed 9 months ago
Thanks! I'll clean this up per your suggestion.
I fixed AlvrPose
not exposed in the generated header upstream. Also I tweaked the AlvrDeviceMotion
definition. So this PR needs rebasing
@shadowfacts let me know if you’d like to see any further changes. Feel free to reach out on Discord too, I’m open to any suggestions.
The PR needs rebasing
oh oops I forgot to comment. tested and confirmed working before merging
Updated ALVR submodule to point to latest ALVR commit. This required some changes, most notably foveation config is no longer sent in the
StreamingStarted
event. Now, we consume settings from the newly addedalvr_get_settings_json()
.I partially adapted
Switch<C>
from ALVR core to a Swift enum, so it can be reused for other settings. Could also use JSONSerialization instead if people prefer.