AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
187 stars 52 forks source link

VisionOS Support #80

Open LuisAlvarez12 opened 5 months ago

LuisAlvarez12 commented 5 months ago

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 5 months ago

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

LuisAlvarez12 commented 4 months ago

Thank you! Appreciate the hard work @aure