Tagged Questions
4
votes
1answer
708 views
Synchronization between game logic thread and rendering thread
How does one separate game logic and rendering? I know there seem to already be questions on here asking exactly that but the answers are not satisfactory to me.
From what I understand so far the ...
3
votes
1answer
458 views
Best way to separate display and game logic (threads)
What is the best way to separate render and game logic threads?
I'd like to make logic-heavy game (ai, machine learning, and network) in which world updates 50-60 times per second.
I want to ...