Skip to main content
13 events
when toggle format what by license comment
Oct 31, 2012 at 6:55 history tweeted twitter.com/#!/StackGameDev/status/263534688134631424
Oct 30, 2012 at 15:12 vote accept Daniel Ingraham
Oct 30, 2012 at 15:11 vote accept Daniel Ingraham
Oct 30, 2012 at 15:12
Oct 30, 2012 at 4:13 answer added House timeline score: 7
Oct 29, 2012 at 21:29 comment added Daniel Ingraham The information in that answer isn't particularly germane to the question I'm asking. Consider a game like Sim Life or Sim Earth. A system might need to query all "animals" in a given region, or all "animals with teeth" in a given region. In any case it seems like the best option is 3, I'm simply looking for different opinions.
Oct 29, 2012 at 20:39 comment added House @DanielIngraham Your example is very contrived. Having "Animal" as a component is very strange. I'm not sure what "teeth" as a component would do either. "Diet" I suppose I can see, but again it's odd. Perhaps if you use a reasonable example you'll be able to see more clearly. See this answer for a better idea on what you're dealing with.
Oct 29, 2012 at 20:28 comment added House @jhocking Artemis is a entity/component framework written in Java.
Oct 29, 2012 at 20:24 comment added jhocking What is Artemis?
Oct 29, 2012 at 19:30 history edited Daniel Ingraham CC BY-SA 3.0
added 8 characters in body
Oct 29, 2012 at 19:30 review First posts
Oct 30, 2012 at 9:23
Oct 29, 2012 at 19:29 comment added Daniel Ingraham I'm not using aspect as artemis terminology here. I'll edit the question about to note that.
Oct 29, 2012 at 19:26 comment added nathan Not sure but i think you are confused with the Artemis terminology. An Aspect is a component combination used by Artemis system to determine if a given entity should be proceeded by a System. "Component "animal" may have aspects such as "teeth" or "diet" makes no sense to me.
Oct 29, 2012 at 19:14 history asked Daniel Ingraham CC BY-SA 3.0