Multithreading Prototypes
Saturday, March 22nd, 2008I started thinking about how to implement multi-threading in a game engine. Â My idea is that if every subsystem is independent from each other one, then the updates can be done in parallel (so, each subsystem does its tick in a separate thread). Â It’s then up to the higher level system to collect and distribute […]