hecs provides a high-performance, minimalist entity-component-system (ECS)
world. It is a library, not a framework. In place of an explicit "System"
abstraction, a World
's entities are easily queried from regular code. Organize
your application however you like!
This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.