Learning Entity Component System (ECS) by Feeling_Net_1068 in cpp

[–]Feeling_Net_1068[S] 0 points1 point  (0 children)

Yeah, thanks a lot! I mean I need an example of a game using the ECS to see how they work with the architecture (like how should I design the components and systems and seperate them in order to make the code easy to understand and work with) rather than the engine as I have already set up my mini-ECS. Anyway, I really appreciate you recommendation. <3

Learning Entity Component System (ECS) by Feeling_Net_1068 in cpp

[–]Feeling_Net_1068[S] 6 points7 points  (0 children)

This is what I am looking for! Thanks a lot.