Hi,
How do OpenSwiftUI and SwiftUIEmbedded work and how they are structured?
It seems that you are creating a renderer:
https://github.com/Cosmo/Pixels
I'm creating this renderer:
https://github.com/swiftfn/SkiaSwift
Demo:
https://github.com/swiftfn/SkiaSwift/blob/master/Sources/Demo/main.swift
It's about 50% finished, I'm aiming to finish it soon.
I think it's very useful for your OpenSwiftUI project,
so that you can focus on porting SwiftUI,
instead of having to create your own renderer.