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
genaray avatar

genaray/Arch

0
View on GitHub↗
1,740 stars·167 forks·C#·Apache-2.0·10 viewsarch-ecs.gitbook.io/arch↗

Arch

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

Features

  • ECS Frameworks - High-performance archetype-based ECS.
  • Entity Component Systems - High-performance ECS with multithreading.

Star history

Star history chart for genaray/archStar history chart for genaray/arch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Arch

Similar open-source projects, ranked by how many features they share with Arch.
  • 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
  • leopotam/ecsLeopotam avatar

    Leopotam/ecs

    219View on GitHub↗

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

    C#
    View on GitHub↗219
  • 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
  • alecthomas/entityxalecthomas avatar

    alecthomas/entityx

    2,340View on GitHub↗

    NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the change log for details.

    C++
    View on GitHub↗2,340
See all 30 alternatives to Arch→

Frequently asked questions

What does genaray/arch do?

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

What are the main features of genaray/arch?

The main features of genaray/arch are: ECS Frameworks, Entity Component Systems.

What are some open-source alternatives to genaray/arch?

Open-source alternatives to genaray/arch include: leopotam/ecs — Производительность, нулевые или минимальные аллокации, минимизация использования памяти, отсутствие зависимостей от… friflo/friflo.engine.ecs — High-performance C# ECS. doraku/defaultecs — DefaultEcs is an Entity Component System framework which aims to be accessible with little constraints while retaining… alecthomas/entityx — NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the change log for details. bakpakin/tiny-ecs — ECS for Lua. alexwargon/nukecs.