Ralith/hecs
A handy ECS observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2460
- days_rel: n/a
- days_push: 13
- n_releases_24m: 0
Adoption not part of the score
1361 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
hecs is a fast, minimalist entity-component-system (ECS) library for Rust that provides a World of entities queried from regular code without imposing a framework or System abstraction. It stores components in dense, contiguous arrays for cache-friendly linear traversals.
Use cases
- build a game with an entity-component-system architecture in Rust
- manage large collections of entities with loosely-coupled component data
- query entities by component types with fast cache-friendly iteration
- add new behaviors to existing objects without refactoring class hierarchies
- use a lightweight ECS inside an existing engine or application
When to choose
- you want a minimal, ergonomic ECS library rather than a full game framework
- you need high-performance, cache-friendly component iteration
- you prefer organizing your own systems in plain Rust code
- you want near-zero boilerplate when defining components
When to avoid
- you need a full game engine with rendering, audio, and asset management built in
- you want scheduler features, system dependency graphs, or parallel system execution out of the box
- you need archetype-level reflection or serialization tooling beyond the basics
Facets
library · maturity stable
game-engine simulation simulation developer-tools rust cross-platform ecs entity-component-system data-oriented-design no-std-friendly game-development
2 sources
- readme: https://github.com/Ralith/hecs · fetched 2026-08-28 · d45950892f2b
- registry_crates: https://crates.io/api/v1/crates/hecs · fetched 2026-08-29 · 15fc80a22ff2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Ralith/hecs | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem