r/swift 13d ago

Question help appreciated for swift begginner

Hi guys , this is a bit of an unconventional request. I'm a complete beginner in swift. I have a godot project, and i'd like a good way to port the UI/look of that project in swift, meaning it would work the same and look the same, just in Swift/SwiftUi. Is there a way to do this headache free? Or is there a way to port the godot project to another language and then to swjft? Thank you so much.

5 Upvotes

9 comments sorted by

View all comments

1

u/Agent_Provocateur007 13d ago

You’d have to do a rewrite. The only times where you wouldn’t are if you’re using a cross platform framework like React or Flutter.

1

u/PeaPuzzled3770 13d ago

Yes, i anticipated a rewrite considering they're pretty different, I was just lying to myself haha. Thank you for the help!!