python - pygame_sdl2 error: not implented -
i'm building android app using pygame_sdl2, pygame, , pgs4a, , when tried run app on pc (as python file, not android app), got error:
you can find code here.
thanks time, oriondark7
i figured out, remolten said, parts of pygame have not been implented pygame_sdl2. here alternative:
first, don't load pygame_sdl2, pygame, , surface blit window.
from there, can take screenshot of surface trying blit, , save image.
re-import pygame_sdl2, , load image instead.
this have tried , worked, pygame_sdl2 can display images, not shapes.

Comments
Post a Comment