hecs 0.1.3

A fast, minimal, and ergonomic entity-component-system
Documentation

hecs

Documentation Crates.io License: Apache 2.0

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!

Disclaimer

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.