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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesEntity Component Systems

Architectures for managing game objects and data.

Explore 2 awesome GitHub repositories matching part of an awesome list · Entity Component Systems. Refine with filters or upvote what's useful.

Awesome Entity Component Systems 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

    Fast and reliable entity component system for games.

    C++architectural-patternscppcpp17
    GitHub पर देखें↗12,294
  • 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.

    Fast, type-safe entity component system.

    C++
    GitHub पर देखें↗2,340
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Entity Component Systems