Describe the problem you are trying to solve.
I am currently learning modern C++ and I would like to see flecs adopt a module approach like entt. C++ modules are supposed to be faster, avoid macro leakage and generally be a better than #include.
Describe the solution you'd like
I am not exactly very confident as I am still learning about modules, but I think I would follow this approach.
Describe the problem you are trying to solve.
I am currently learning modern C++ and I would like to see flecs adopt a module approach like entt. C++ modules are supposed to be faster, avoid macro leakage and generally be a better than
#include.Describe the solution you'd like
I am not exactly very confident as I am still learning about modules, but I think I would follow this approach.