I’m still sick, but I made an object storage system thing in rust inspired by how ECS systems work*, but very much not an ECS. It uses traits and tags instead and I think it’ll be more pleasant to work with. All the tests pass and now I’m going to go lie down for a bit

* yes, entity component system systems

#rust #programming #ECS #NotECS