matter icon indicating copy to clipboard operation
matter copied to clipboard

C++20 highly parallel ECS implementation

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.