qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.04k stars 192 forks source link

Hello from pygame. #154

Open illume opened 5 years ago

illume commented 5 years ago

Hello,

I'm from the pygame project. Is pygame usable on QPython now? If so how? Also... what version of pygame is used?

best regards,

riverfor commented 5 years ago

Hi, it use the pygame for sdl, Now it supports the game like this https://github.com/qpython-android/sample-flappybird .

illume commented 5 years ago

Ok. It seems it doesn't use the real pygame. It uses pygame_sdl2.

Lowxuan commented 5 years ago

I get an error when I import pygame.The content is "Error:dlopen falied:library libpython2.7.so.1.0 not found."