Component-based designs rely on separating the multiple logical attributes of business objects and game objects into small components dedicated only to specific tasks. Whereas game objects are usually modeled to reproduce the attributes and behavior of "real world" objects by aggregating them together and allowing specialized objects to inherit from general ones, component based design relies on composition rather than inheritance.
Stats
created |
2 years ago |
viewed |
31 times |
editors |
0 |
Recent Hot Answers
Role of systems in entity systems architectureUsing component based entity system practically
How are physics or graphics components typically built in a component-oriented system?
Are there existing FOSS component-based frameworks?
Component entity system - Updates and call orders
more »
Related Tags
entity-system × 66architecture × 49
c++ × 26
engine × 20
c# × 17
xna × 15
design-patterns × 7
state × 6
java × 6
unity × 5
ai × 5
networking × 5
programming × 4
game-component × 4
data-driven × 4
game-design × 4
xml × 4
scripting × 4
python × 4
lua × 4
entity-component × 4
xna-4.0 × 3
collision-detection × 3
input × 3
fsm × 3