tbh I still cannot find an easy way to insert hand/eye data into visionOS so I'm probably gonna come back to this later lol. Did at least clean up the repo tho, no more hardcoded paths

@ShinyQuagsire I'm successfully sending Magic Leap eye data (well a unified gaze direction vector) and pinch boolean to the XRGyroControls.

https://github.com/JJTech0130/XRGyroControls/blob/7de47ce3342a4f266a7d8e432b1d151bf6f00fd0/IndigoHID.swift#L72

XRGyroControls/IndigoHID.swift at 7de47ce3342a4f266a7d8e432b1d151bf6f00fd0 · JJTech0130/XRGyroControls

Input plugin for the visionOS Xcode simulator to allow control with an external gyro (WIP) - XRGyroControls/IndigoHID.swift at 7de47ce3342a4f266a7d8e432b1d151bf6f00fd0 · JJTech0130/XRGyroControls

GitHub