|
|
|
|
|
by eliasdaler
1228 days ago
|
|
"The key is to unhinge the gameplay thread from the render/physics threads." Many simple games don't need it, by the way. A lot of 2D indie games don't do complex enough rendering/physics to warrant a separate thread. This, in turn, makes everything much simpler if your entire game only uses one thread. |
|