rive-app / rive-ios

iOS runtime for Rive
MIT License
468 stars 53 forks source link

watchOS/SwiftUI support #264

Open RobertDresler opened 1 year ago

RobertDresler commented 1 year ago

It would be great if this library supported watchOS. Is there any chance that this library could be completely rewritten to SwiftUI? Its starting to be industry standard.

We are using Rive in our production app but we also need to use it in watchOS.

zplata commented 1 year ago

watchOS is definitely of interest! We'll have to gauge some effort on what's needed to support that with the current codebase, but supporting UIKit is still a must-have, at least for now.

asiergmorato commented 11 months ago

We also would love to have watchOS Support.

AmeddahAchraf commented 10 months ago

any updates @zplata ? maybe we can contribute

zplata commented 10 months ago

Please feel free! We have some docs on contributing and local setup in CONTRIBUTING.md in the root level of the project - it is still of interest, but we try to balance it all with other features. If you contribute, feel free to open a pull request or post any discoveries in this issue; happy to take a further look!

RobertDresler commented 7 months ago

@zplata library could be rewritten to SwiftUI and then it could still be used in UIKit-based code using UIHostingViewController. We use Rive in our production app but since we use SwiftUI it becomes hard to use Rive since it is not fully optimizied for SwiftUI.