frengels / matter

C++20 highly parallel ECS implementation
20 stars 0 forks source link
concurrent cpp cpp20 ecs entity-component-system template-metaprogramming

Gitlab pipeline status

This repository is no longer maintained. This project was valuable for learning more about ECS architecture. Rather than using a loop, I'm switching to an event based approach with dynamically scheduled systems.