chkn / Xamarin.SwiftUI

.NET bindings for SwiftUI
MIT License
98 stars 7 forks source link

SkiaSharp? #48

Closed mgood7123 closed 2 years ago

mgood7123 commented 2 years ago

how can i use SkiaSharp with this ui toolkit?

chkn commented 2 years ago

You can't yet. We would probably need to bind Image and then perhaps you could have Skia output a UIImage or NSImage that you could use with that.