awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

53 रिपॉजिटरी

Awesome GitHub RepositoriesECS Frameworks

Entity Component System frameworks for data-oriented game development.

Explore 53 awesome GitHub repositories matching part of an awesome list · ECS Frameworks. Refine with filters or upvote what's useful.

Awesome ECS Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • skypjack/enttskypjack का अवतार

    skypjack/entt

    12,294GitHub पर देखें↗

    EnTT is a C++ library designed for data-oriented design and entity component system architecture. It provides a framework for managing game objects and simulation states by separating entity data from logic, allowing for the efficient organization and manipulation of large collections of related data objects. The library utilizes sparse sets to store entities and components in contiguous memory, which facilitates cache-friendly iteration and constant-time lookups. It employs template metaprogramming for compile-time type reflection and type-erasure techniques to provide a unified interface fo

    High-performance C++ ECS.

    C++architectural-patternscppcpp17
    GitHub पर देखें↗12,294
  • sandermertens/flecsSanderMertens का अवतार

    SanderMertens/flecs

    8,045GitHub पर देखें↗

    Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a simulation engine core and game engine architecture tool, decoupling state from behavior by separating entities, components, and systems. The framework features a runtime reflection layer for dynamic data inspection and a built-in scripting system for defining entity behavior without recompilation. It also includes a network interface and REST API for remote simulation administration and state querying. The library covers a broad surface of simulation capabilities, including ar

    Multithreaded C ECS.

    Cc99cpp11cpp14
    GitHub पर देखें↗8,045
  • sschmid/entitassschmid का अवतार

    sschmid/Entitas

    7,658GitHub पर देखें↗

    Entitas is a data-oriented Entity Component System framework for Unity. It is designed to separate game state into components and logic into systems, utilizing a data-oriented design to optimize CPU cache usage, memory usage, and processing speed. The framework includes a C# source code generator that automatically produces boilerplate classes, entity accessors, and context singletons to reduce manual coding. It also provides a Unity editor debugging tool for real-time runtime state visualization, system performance monitoring, and visual entity inspection. The system manages entity lifecycl

    Fast C# ECS framework.

    C#c-sharpcode-generationcsharp
    GitHub पर देखें↗7,658
  • sandermertens/ecs-faqSanderMertens का अवतार

    SanderMertens/ecs-faq

    2,696GitHub पर देखें↗

    Frequently asked questions about Entity Component Systems

    ECS knowledge base.

    GitHub पर देखें↗2,696
  • alecthomas/entityxalecthomas का अवतार

    alecthomas/entityx

    2,340GitHub पर देखें↗

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

    Type-safe C++ ECS.

    C++
    GitHub पर देखें↗2,340
  • genaray/archgenaray का अवतार

    genaray/Arch

    1,740GitHub पर देखें↗

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

    High-performance archetype-based ECS.

    C#
    GitHub पर देखें↗1,740
  • sebas77/svelto.ecssebas77 का अवतार

    sebas77/Svelto.ECS

    1,364GitHub पर देखें↗

    Svelto ECS C# Entity Component System

    Lightweight data-oriented ECS.

    C#csharpdata-orientedecs
    GitHub पर देखें↗1,364
  • bakpakin/tiny-ecsbakpakin का अवतार

    bakpakin/tiny-ecs

    782GitHub पर देखें↗

    ECS for Lua

    ECS for Lua.

    Lua
    GitHub पर देखें↗782
  • friflo/friflo.engine.ecsfriflo का अवतार

    friflo/Friflo.Engine.ECS

    667GitHub पर देखें↗

    High-performance C# ECS

    High-performance C# ECS.

    C#csharpdata-orienteddata-oriented-design
    GitHub पर देखें↗667
  • phisko/kenginephisko का अवतार

    phisko/kengine

    617GitHub पर देखें↗

    The Koala engine is a type-safe and self-documenting implementation of an Entity-Component-System (ECS), with a focus on runtime extensibility and compile-time type safety and clarity.

    Type-safe C++ ECS.

    C++
    GitHub पर देखें↗617
  • leopotam/ecsLeopotam का अवतार

    Leopotam/ecs

    219GitHub पर देखें↗

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

    Fast C# ECS framework.

    C#
    GitHub पर देखें↗219
  • doraku/ecs.csharp.benchmarkD

    Doraku/Ecs.CSharp.Benchmark

    0GitHub पर देखें↗

    C# ECS performance benchmarks.

    GitHub पर देखें↗0
  • chromealex/ecsC

    chromealex/ecs

    0GitHub पर देखें↗

    ECS with rollback support.

    GitHub पर देखें↗0
  • actionk/ecsentitybuilderA

    actionk/ECSEntityBuilder

    0GitHub पर देखें↗

    Unity ECS entity wrapper.

    GitHub पर देखें↗0
  • mjebrahimi/performance-wars-benchmarking-csharpM

    mjebrahimi/Performance-Wars-Benchmarking-CSharp

    0GitHub पर देखें↗

    C# performance benchmarking.

    GitHub पर देखें↗0
  • chromealex/me.ecsburstC

    chromealex/ME.ECSBurst

    0GitHub पर देखें↗

    Burst-optimized ECS.

    GitHub पर देखें↗0
  • elraccoone/unity-entity-component-systemE

    elraccoone/unity-entity-component-system

    0GitHub पर देखें↗

    Data-oriented game design framework.

    GitHub पर देखें↗0
  • aleverdes/leoecslite-zooA

    aleverdes/leoecslite-zoo

    0GitHub पर देखें↗

    Examples for LeoECS Lite.

    GitHub पर देखें↗0
  • chromealex/me.becsC

    chromealex/ME.BECS

    0GitHub पर देखें↗

    Bursted ECS for Unity.

    GitHub पर देखें↗0
  • dcfapixels/dragonecsD

    DCFApixels/DragonECS

    0GitHub पर देखें↗

    C# ECS framework.

    GitHub पर देखें↗0
पिछला123अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. ECS Frameworks