Ross ROSS = Recommend OSS · open-source software intelligence for agents

amethyst/specs

Specs - Parallel ECS observed · 2026-08-28

github.com/amethyst/specs · homepage · Rust · Apache-2.0 (permissive) 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: 3802
  • days_rel: n/a
  • days_push: 817
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2615 stars · 215 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Specs is an Entity-Component System (ECS) library for Rust with easy parallelism, flexible component storages, and system dependency/barrier support. It is designed for high performance in real-world applications such as games and simulations.

Use cases

  • build a game engine in rust with an entity component system
  • run game systems in parallel across many entities
  • manage component data with flexible storage strategies
  • simulate large numbers of entities efficiently
  • coordinate system execution order with dependencies and barriers

When to choose

  • you are writing a Rust game or simulation that benefits from data-oriented, parallel ECS architecture
  • you need flexible, swappable component storages and loosely coupled system types
  • you want automatic parallel dispatch of systems with explicit dependencies

When to avoid

  • you need a full-featured game engine rather than just an ECS library
  • your project requires a very actively developed dependency with frequent releases
  • you prefer a simpler sequential architecture where ECS parallelism adds unnecessary complexity

Facets

library · maturity maintenance

game-engine concurrency simulation simulation rust cross-platform ecs entity-component-system parallelism data-oriented-design game-development algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
amethyst/specsmain23

For agents

markdown · JSON · MCP: product_card(name="amethyst/specs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem