-3
votes
1answer
81 views

Convert pygame app to kivy [closed]

I have written an application in pygame. It is a great framework but I want to have an easier process for bundling it for different platforms, including mobile. I have recently found kivy. Here is my ...
0
votes
0answers
141 views

embedding window in pygame

I have a pygame window (using Kivy (kivy.org) framework) and I want to create another window with pygame or glut or pyglet framework and make it embedded into my original pygame window. The main ...
2
votes
0answers
692 views

Kivy vs pygame subset for android for games [closed]

Which of the frameworks would fit best for making games for android?