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().
- Host: GitHub
- URL: https://github.com/jingshing-python/pygame-multiwindow-with-multiprogress
- Owner: JingShing-Python
- License: bsd-3-clause
- Created: 2022-08-03T15:04:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T10:32:19.000Z (over 2 years ago)
- Last Synced: 2025-01-25T23:41:04.799Z (3 months ago)
- Topics: multiprocessing, multiwindow, pygame, pygame-basics, pygame-gui, pygame-library, sdl2
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
利用多進程來做多視窗處理。