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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -