amethyst/legion
High performance Rust ECS library observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 2734
- days_rel: n/a
- days_push: 1707
- n_releases_24m: 0
Adoption not part of the score
1718 stars · 140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Legion is a high-performance Entity Component System (ECS) library for Rust, designed for game projects with minimal boilerplate. It provides worlds, entities, components, and expressive high-performance queries for bulk data access.
Use cases
- build a game in Rust with an entity component system architecture
- manage thousands of game entities with position and velocity components
- run parallel systems over component data efficiently
- query and iterate entities by their component types
- prototype game logic without heavy boilerplate
When to choose
- you are writing a Rust game or simulation and want a feature-rich, performant ECS
- you want minimal boilerplate when defining components and systems
- you need expressive queries and parallel iteration over entities
When to avoid
- you need a full game engine with rendering, audio, and asset management (consider Bevy or Amethyst)
- you need a library under very active development, as the latest release dates to late 2021
- your project is not written in Rust
Facets
library · maturity maintenance
game-engine concurrency gaming-tools rust cross-platform ecs entity-component-system game-development rust
2 sources
- readme: https://github.com/amethyst/legion · fetched 2026-08-28 · 003752f1a8bd
- registry_crates: https://crates.io/api/v1/crates/legion · fetched 2026-08-29 · 5d8b91c7025c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amethyst/legion | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem