awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Leopotam avatar

Leopotam/ecsArchived

0
View on GitHub↗
219 stars·32 forks·C#·10 viewsleopotam.ru↗

Ecs

Производительность, нулевые или минимальные аллокации, минимизация использования памяти, отсутствие зависимостей от любого игрового движка - это основные цели данного фреймворка.

Features

  • ECS Frameworks - Fast C# ECS framework.
  • ECS Frameworks Examples - Lightweight C# ECS framework.
  • Entity Component Systems - ECS framework with optional Unity integration.

Star history

Star history chart for leopotam/ecsStar history chart for leopotam/ecs

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Ecs

Similar open-source projects, ranked by how many features they share with Ecs.
  • ecsrx/ecsrx.unityE

    EcsRx/ecsrx.unity

    0View on GitHub↗
    View on GitHub↗0
  • friflo/friflo.engine.ecsfriflo avatar

    friflo/Friflo.Engine.ECS

    667View on GitHub↗

    High-performance C# ECS

    C#csharpdata-orienteddata-oriented-design
    View on GitHub↗667
  • doraku/defaultecsD

    Doraku/DefaultEcs

    0View on GitHub↗

    DefaultEcs is an Entity Component System framework which aims to be accessible with little constraints while retaining as much performance as possible for game development.

    View on GitHub↗0
  • genaray/archgenaray avatar

    genaray/Arch

    1,740View on GitHub↗

    A high-performance C# based Archetype & Chunks Entity Component System (ECS) for game development and data-oriented programming.

    C#
    View on GitHub↗1,740
See all 30 alternatives to Ecs→

Frequently asked questions

What does leopotam/ecs do?

Производительность, нулевые или минимальные аллокации, минимизация использования памяти, отсутствие зависимостей от любого игрового движка - это основные цели данного фреймворка.

What are the main features of leopotam/ecs?

The main features of leopotam/ecs are: ECS Frameworks, ECS Frameworks Examples, Entity Component Systems.

What are some open-source alternatives to leopotam/ecs?

Open-source alternatives to leopotam/ecs include: friflo/friflo.engine.ecs — High-performance C# ECS. sebas77/svelto.ecs — Svelto ECS C# Entity Component System. doraku/defaultecs — DefaultEcs is an Entity Component System framework which aims to be accessible with little constraints while retaining… ecsrx/ecsrx.unity. genaray/arch — A high-performance C# based Archetype & Chunks Entity Component System (ECS) for game development and data-oriented… antypodish/ecs-octree.