Logic / Render phases with a single thread
- by DevilWithin
The question I have may generate different opinions from different developers, but I'd still like to have an answer on this.
Its all about the updating and rendering steps of the game loop, and their use under multi and single threaded environments.
Currently, there is one thread running, which takes care of sequentially executing events , logic…