2
votes
2answers
427 views

References about Game Engine Architecture in AAA Games

Last weeks I focused on game engine architecture and learned a lot about different approaches like component based, data driven, and so on. I used them in test applications and understand their ...
44
votes
6answers
2k views

Is there a pedagogical game engine?

I'm looking for a book, website, or other resource that gives modern 3D game engines the same treatment as Operating Systems: Design and Implementation gave operating systems. I have read Jason ...
78
votes
11answers
9k views

Good resources for learning about game architecture?

Are there any good resources for learning about game architectures? I am looking for high level overviews of different architectures. I tend to find information about the various pieces of a game such ...