An open API service indexing awesome lists of open source software.

https://github.com/jingshing-python/pygame-multiwindow-with-multiprogress

Using multiprocessing to make multi window in pygame. Can use multiple time pygame.display.set_mode().
https://github.com/jingshing-python/pygame-multiwindow-with-multiprogress

multiprocessing multiwindow pygame pygame-basics pygame-gui pygame-library sdl2

Last synced: about 1 month ago
JSON representation

Using multiprocessing to make multi window in pygame. Can use multiple time pygame.display.set_mode().

Awesome Lists containing this project

README

        

# Pygame-multiwindow-with-multiprogress
Using multiprocessing to make multi window in pygame. Can use multiple time pygame.display.set_mode().

A sample for pygame multi-window. You can use it to learn how to make multiple windows.

利用多進程來做多視窗處理。