Flecs
Flecs is a fast and lightweight Entity Component System (ECS) library for C/C++ that enables efficient development of games and simulations. It provides a modular architecture for managing game objects and their behaviors through components, systems, and queries, with features like hierarchies, prefabs, and reactive systems.