Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

What are the best resources on multi-threaded game or game engine design and development? As this is obviously where computers are headed, I intend to study this topic and I'd like to know what resources and examples are out there.

share|improve this question

4 Answers

A brief overview of Multi-threaded engine approaches. Gamasutra to the rescue.

share|improve this answer

Here's a blog post that provides a practical example in task management. It assumes some knowledge about parallel engine design on your part but you might still find it useful as 'advanced reading'.

share|improve this answer

I think you should look into a task- or job-basedd approach.

Game Engine Gems has 2 or 3 articles on the subject.

There have been a couple of presentations on the subject at different conference etc.

For example "Parallel Futures of a Game Engine" by Johan Andersson

Also take a look at the GDC Vault there are a number of presentations and full videos on the subject in the free section. http://www.gdcvault.com/

ps. Couldn't post any more direct links due to being a new user. ds.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.