AudioKit/AudioKitUI

VisionOS Support

LuisAlvarez12 opened this issue · 2 comments

Description

At the moment, attempting to use a AudioKitUI View, such as NodeOutputView, results in an issue when building:
Screenshot 2024-02-05 at 12 30 07 PM

According the the log, it mentions that views that utilize FloatPlot can not be used for VisionOS since MTKView and MTKViewDelegate do not support Vision OS:
Screenshot 2024-02-05 at 12 31 15 PM

Proposed Solution

Ideally an alternative way to use the FloatPane utility without relying on MTKView

Describe Alternatives You've Considered

N/A

Additional Context

No response

aure commented

Yes, we are aware, but thanks for opening the issue, it doesn't hurt.

Thank you! Appreciate the hard work @aure