frengels / matter

C++20 highly parallel ECS implementation
20 stars 0 forks source link

Implement a vtable for erased_storage #77

Closed frengels closed 5 years ago

frengels commented 5 years ago

fixes #72

Many of this information is shared, so it would be best to simply store it in a sort of vtable. This PR implements that.