Skip to content

woolninesun/pygame-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PygameMVC

the framework base on pygame library


由於 pygame 只能跑在 main thread,很難用 multi thread 去跑。有兩種策略

  1. 通通跑在 main thread
  2. view 和 control 跑在 main thread (因為需要用到 pygame),然後 model 跑在 other thread

但由於 python 受到 GIL 限制,multi thread 效用不大,所以採用第一種策略去寫

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages