I’ll leave this topic to a part 2 that will follow shortly.
[Read More]
ECS back and forth
Part 12 - Introduction to sparse sets and pointer stability
With my last post I’ve
revised the big matrix model and given some hints on pointer stability among the
other things.
This time, I want to dig a little further into the sparse set model to describe
how we can have pointer stability also in this case.
[Read More]
ECS back and forth
Part 11 - The Big Matrix revised
Of the three most important models, there is one that I haven’t talked about much but that can offer much more than what has been said so far. Let’s take a closer look at the big matrix model, to find out how to make it suitable even for more demanding...
[Read More]
Hello, EnTT
Library of libraries
This series is a response to the request of many people and is thought on the one hand to explain the design and ideas behind many choices in EnTT, on the other to show how this library can be used to develop something from scratch. In no case is the...
[Read More]
ECS back and forth
Part 10 - Hybrid storage
Time for a new part of the ECS back anf forth series. With this post I want to go through the hybrid storage chimera for ECS libraries and explain why it’s not that good as it seems at a first glance. EnTT already comes with an hybrid storage and it...
[Read More]