Event Handlers

Using OpenMP to Parallelize a Game

Several weeks ago I did an unofficial google survey to see if there was much information on the topic of using OpenmP for games.  There were not that many posts on the subject and most were rather negative on using OpenMP for games – and the general consensus was that OpenMP is fine for data decomposition of for loops only and since this does not apply to the main game loop this relegated OpenMP to a minor role for developing parallel games.

Subscribe to Event Handlers