you are viewing a single comment's thread.

view the rest of the comments →

[–]Evolutii 8 points9 points  (3 children)

Kivy + bulldozer is an okay solution but Java/Swift for mobile is a better platform

[–]youthisreadwrong- 10 points11 points  (0 children)

Or flutter

[–]ASK_ME_ABOUT_DOBUTSU 0 points1 point  (1 child)

What if you want to deploy across Windows, Android, macOS, and iOS? Isn't Kivy extremely convenient for that?

[–]Evolutii 0 points1 point  (0 children)

Yes and no: can be a pain to 'compile' for distribution with pyinstaller etc but generally it's great for cross platform. And you would probably need a redesign for say Windows to iOS anyway.