# sebas77/Svelto.ECS

Svelto ECS C# Entity Component System

Repository: https://github.com/sebas77/Svelto.ECS
Canonical: https://ross.abutalabs.com/products/sveltoecs
Homepage: http://www.sebaslab.com
Language: C#
License: MIT
License Family: permissive
Topics: unity, ecs, entity-component-system, csharp, ecs-framework, game-development, data-oriented, game-engine
Last push: 2025-05-01T11:01:28+00:00

## Health v2 (maintenance only)
Score: 31/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 19, release rhythm 8, longevity 100
- inputs: {"age_days": 4021, "days_push": 489, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1362, forks 101 (observed 2026-08-28T04:04:30.168604+00:00)

## What it is
Svelto.ECS is a C# Entity Component System framework for writing data-oriented, cache-friendly game code. It is platform-agnostic (.NET Standard 2.0+) with dedicated Unity extensions.

## Use cases
- build games with an entity component system architecture in C#
- write data-oriented cache-friendly game logic
- manage thousands of game entities efficiently in Unity
- decouple game behavior from object hierarchies
- prototype ECS patterns outside Unity with plain .NET

## When to choose
- you are developing a Unity or C# game that benefits from ECS architecture
- you want an established, actively maintained ECS framework with MIT licensing
- you need platform-agnostic ECS usable with .NET Standard 2.0+

## When to avoid
- your team is not prepared to shift from OOP to ECS thinking
- you need a full game engine rather than an architectural framework
- you target C# versions older than 7 or runtimes without .NET Standard 2.0

## Facets
- artifact type: framework
- maturity: active
- function: game-engine, simulation
- domain: programming-languages
- platform: cross-platform, game-engine, dotnet
- tags: ecs, entity-component-system, data-oriented-design, csharp, unity, game-development

## Member repositories
- sebas77/Svelto.ECS (main) score 31

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:30.168604+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:31.787468+00:00, confidence not recorded.
  - readme: https://github.com/sebas77/Svelto.ECS (fetched 2026-08-28T04:04:30.168604+00:00, sha 1e5b82af0aad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
