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

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -