qpython icon indicating copy to clipboard operation
qpython copied to clipboard

Hello from pygame.

Open illume opened this issue 7 years ago • 3 comments

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,

illume avatar Nov 30 '18 12:11 illume

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

riverfor avatar Dec 30 '18 07:12 riverfor

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

illume avatar Dec 30 '18 08:12 illume

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

Lowxuan avatar Jul 13 '19 03:07 Lowxuan