vote up 3 vote down star
3

I am looking for resources that describe, in detail, the design decisions involved in game engine architecture. I am especially looking for analysis of the pros and cons of different design decisions at the lowest levels of the engine. The ideal resource, for example, might compare an inheritance-based object hierarchy to a flat, component-based object hierarchy. Or it might compare an in-engine editor with a separate editor tool.

What I am not looking for is a tutorial on how to implement any particular decision -- I would rather have a resource that discusses why to implement a decision.

Are there any blogs or books out there that offer this kind of insight into the game engine design process?

flag

6 Answers

vote up 5 vote down check

David Eberly's books (Game Engine Design) (Game Engine Architecture) go into great detail in this area. They are packed with info and do not hold your hand, which I think is what you're looking for.

For web references, check out gamedev.net.

link|flag
vote up 2 vote down

I have a rather over-analytic book. I think that the approach followed, is of writer's personal point of view and not of common knowledge, but I find it rather a good one to embrace the initiatives for your own try-out.

http://www.amazon.com/Game-Engine-Design-Second-Interactive/dp/0122290631/ref=dp%5Fob%5Ftitle%5Fbk

link|flag
vote up 2 vote down

I find John Carmack's .plan files very interesting and insightful.

link|flag
vote up 2 vote down

I would also highly recommend reading the various Intel articles posted on Gamasutra, or going directly to the source (Intel Visual Computing).

This, in my opinion, is one of the best, and most relevant to contemporary engines, articles: Optimizing Game Architectures with Intel Thread Building Blocks.

For a book, Game Engine Architecture by Jason Gregory is wonderful. It's simple, to the point, goes over the predominant issues in contemporary engineering, looks to the future, and uses Unreal and Ogre3D examples everywhere.

Finally, check out Game Architect.

Hope that helps!

link|flag
vote up 1 vote down

I own this but never read it:

http://www.amazon.co.uk/Game-Engine-Architecture-Engineering-Applications/dp/012229064X

link|flag
high praise!</SARCASM> – Kenny Winker Nov 10 at 0:18
vote up 0 vote down

My blog should help!

link|flag

Your Answer

Get an OpenID
or

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