Question on the implementation of my Entity System
- by miguel.martin
I am currently creating an Entity System, in C++, it is almost completed (I have all the code there, I just have to add a few things and test it). The only thing is, I can't figure out how to implement some features. This Entity System is based off a bit from the Artemis framework, however it is different.
I'm not sure if I'll be able to type this…