是否可以在使用 SceneKit 的 AR-App 中使用 SwiftUI for UI?

Is it possible to use SwiftUI for UI in an AR-App using SceneKit?

我目前正在使用 SceneKit 开发 AR-App。我不能使用 RealityKit,因为我需要它目前不支持的图像识别。
通过 this tutorial,我找到了一种将 SwiftUI 集成到 AR-Scene 中的方法,但不是典型的 UI-/HUD-Element。

有没有办法使用 SceneKit 进行图像识别 and SwiftUI as UI?

在某种程度上你可以。这是一个中 story on this topic. Also 所以 post 可能有用。