Can I use KIVY with pygame?

Kivy’s drawing API is much more modern and closer to how drawing with opengl actually works. Is it possible to package a kivy app, that uses pygame module, for Android? Kivy used to use a modified pygame backend on Android, which is still available using –bootstrap=pygame when using python-for-android .

Read more

Can I use KIVY with pygame?

Kivy’s drawing API is much more modern and closer to how drawing with opengl actually works. Is it possible to package a kivy app, that uses pygame module, for Android? Kivy used to use a modified pygame backend on Android, which is still available using –bootstrap=pygame when using python-for-android .

Read more

Does kivy use pygame?

Kivy used to use a modified pygame backend on Android , which is still available using –bootstrap=pygame when using python-for-android. I think at least some pygame commands worked when this was used, including drawing commands.

Read more