alecthomas/entityx
EntityX - A fast, type-safe C++ Entity-Component system observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 38
- Release rhythm 8
- Longevity 100
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: 5061
- days_rel: n/a
- days_push: 375
- n_releases_24m: 0
Adoption not part of the score
2342 stars · 301 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EntityX is a fast, type-safe Entity Component System (ECS) library for C++11 that decouples entity logic and data from entity objects. It provides type-safe component management and event delivery, originally built during the development of a 2D space shooter.
Use cases
- manage game entities with an entity-component-system in C++
- decouple game object data from logic in a C++ game
- build a 2D game with a cache-friendly ECS architecture
- handle events between game entities in C++
- prototype game architecture with type-safe components
- benchmark ECS implementations against Anax or Artemis
When to choose
- you are writing a C++ game or simulation and want a lightweight, type-safe ECS
- you need cache-friendly component storage for many entities
- you want a minimal C++11 library with no Boost dependency
When to avoid
- you need a full game engine with rendering, physics, and audio built in
- your project requires modern C++17/20 features or active feature development
- you are working in a language other than C++
Facets
library · maturity maintenance
game-engine simulation graphics simulation cpp cross-platform entity-component-system ecs cpp11 game-architecture game-development
1 source
- readme: https://github.com/alecthomas/entityx · fetched 2026-08-28 · 2eec47ed1213
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alecthomas/entityx | main | 40 |
For agents
markdown · JSON · MCP: product_card(name="alecthomas/entityx")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem