Adam Martin

Results 44 comments of Adam Martin

See ResourceSystem and a resource like Mesh to see how I handled this in a manner that has both a string and an ID.

What about a map of sets? That would allow only 1 instance of a component and it also doesn't suffer the issue of vector resizing plus it takes advantage of...

Sounds good. It makes sense to use a buckets like approach at some point to improve memory use and performance. On Jan 27, 2014 12:09 AM, "catageek" [email protected] wrote: >...

To c&p from my chat epiphany: catageek: I think I get your thinking Your idea of a component is that of each element or component of a vector for example...

For the sake of clarity let's call "features" composite components or just composites as that is what they are. Features will just lead to confusion. On Jan 13, 2014 1:19...

Ok we are using rapidjson for object (loose sense of the word) creation parameters either from disk, network, or maybe even scripting.

@jeremyong Any chance of checking this one as exposed lua state would be very helpful to a lot of people i'm sure.

I believe reference types don't work as it isn't a 2-way street. Try pass by pointer?

Selene is header only, so this change would need to be added to the project that includes selene. So perhaps adding this to the README would be most prudent.