Ecstasy-main_1.zip -
This framework is ideal for developers looking for a "barebones" ECS that emphasizes speed and direct memory access over complex abstraction.
While built for Unity, the documentation suggests it can be used outside of it with minor modifications. ecstasy-main_1.zip
It supports Burst compiler and Jobs, allowing for efficient multithreading without complex synchronization points, events, or bitmasks. This framework is ideal for developers looking for