vote up 1 vote down star

Hi folks,

in my spare time I'm engaged with writing a little game using Microsofts XNA framework. Reviewing the very first prototype which I wrote to get aquainted with XNA, I found it annoying that there is no possibility to structure my (drawable) game components in a hierarchical manner. I was close to implement a kind of Composite(Drawable)GameComponent in order to do that. But before reinventing the wheel I ask you: What is your preferred way to manage and structure hierarchically related game components?

Thx, Prensen

flag

1 Answer

vote up 4 vote down check

XNA is a framework for writing game engines, not a game engine :) You're talking about a scene graph

link|flag
I'll have to second this motion :-) – Joel Martinez Dec 15 '08 at 18:43

Your Answer

Get an OpenID
or

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