Doraku / DefaultEcs

Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
MIT No Attribution
658 stars 62 forks source link

Add sorted entities container #113

Closed Doraku closed 3 years ago

Doraku commented 3 years ago

Some case require entities to be sorted in a specific order. Currently there is nothing in DefaultEcs to help with this and you would have to create your own collection which may be unaware of component rules changes. It would be good to give such a container built-in.