back
1 comments
In particular, in the game context there is kivent (http://kivent.org/), though it's at an early release stage.

Edit: To be clear, you can make games in vanilla kivy just fine (and it's probably much more performant than pygame), but kivent is a dedicated game engine with more efficient graphics internals and nice things like chipmunk integration.

Cool, thanks for the heads up.

I wish bundling Python was easier. I read this morning in the Kivy docs that you can't even bundle python 3 at all yet.

Many years ago a friend of mine wrote a Python binding to the PopCap engine. It was so great, the exe and the script. Thats all you needed and you could just whack those two things in a zip and you're done.

and it works on android!