vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
607 stars 46 forks source link

Curious: is this library able to translate UI code? #132

Open maitrungduc1410 opened 1 year ago

maitrungduc1410 commented 1 year ago

Hi @vinivendra,

I've been walking through your docs, and not really clear if this library is able to translate UI-related code?

Thanks for your hard work.

Mosta-777 commented 1 year ago

At it's current state, Gryphon is unable to translate UI code, however, recently I have taken a personal interest in that task by transpiling SwiftUI into Jetpack Compose code, but definitely don't expect anything soon :D The task requires a deep understanding of both frameworks, their Syntax and their different binding systems and probably going to involve writing a lot of library code and I am currently studying it.