Timeline for Can I remove the systems from a component entity system?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 5, 2012 at 7:33 | vote | accept | nathan | ||
| Sep 4, 2012 at 17:10 | comment | added | House | @LukeB. They're the part the joins the pieces together. Systems are the processors, components are the data. Check out this answer. Stuffing the systems into the components makes the components far less flexible and could result in code duplication or lots of data that's unnecessary in components. | |
| Sep 4, 2012 at 16:44 | comment | added | Luke B. | What is the reason for systems? I get that they suposed to be logic and components are suposed to be data, but why can't a component do both and decrease the amount of code? You could even use the entity as a way to pass messages around (instead of having a pointer to another component) | |
| Sep 4, 2012 at 14:32 | history | answered | House | CC BY-SA 3.0 |