up vote 1 down vote favorite
share [g+] share [fb]

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

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

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

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

Your Answer

 
or
required, but never shown

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