python - Convert pygame app to kivy -
i have written application in pygame. great framework want have easier process bundling different platforms, including mobile. have found kivy. here question:
what concrete steps need take convert pygame application kivy?
update: reason asked question looks kivy built using pygame. wondering if there specific way leverage ease conversion?
well, can't directly, kivy, uses pygame it's backend(when possible),
frontend quite different, , not pygame's porting quite different.
one way learn kivy, , port app pygame => kivy..
Comments
Post a Comment