-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do OpenSwiftUI and SwiftUIEmbedded work? #1
Comments
Hey @ngocdaothanh, thanks for reaching out!
I created For 2D graphics I had these technologies / libraries in mind:
I was quite overwhelmed with the many possibilities and also didn't want to bother to think about compiling C or other languages, writing bridges, testing etc. In the following days I'll work on some code clean up tasks, updating the README and make the project more friendly towards potential contributors. Any suggestions or pull requests are welcome of course! |
@ngocdaothanh are you still working on SkiaSwift? |
I'm pausing SkiaSwift to work on a tool to automatically create Swift binding for Skia: SkiaSwift is manual work, so every time Skia changes, SkiaSwift needs to be manually updated. |
Oh, that's really cool! |
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.
The text was updated successfully, but these errors were encountered: