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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alecthomas avatar

alecthomas/entityx

0
View on GitHub↗
2,340 stars·300 forks·C++·MIT·11 vues

Entityx

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

Features

  • Entity Component Systems - Fast, type-safe entity component system.
  • ECS Frameworks - Type-safe C++ ECS.

Historique des stars

Graphique de l'historique des stars pour alecthomas/entityxGraphique de l'historique des stars pour alecthomas/entityx

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Entityx

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Entityx.
  • skypjack/enttAvatar de skypjack

    skypjack/entt

    12,294Voir sur GitHub↗

    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

    C++architectural-patternscppcpp17
    Voir sur GitHub↗12,294
  • aleverdes/leoecslite-zooA

    aleverdes/leoecslite-zoo

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • alexwargon/nukecsA

    AlexWargon/Nukecs

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • actionk/ecsentitybuilderA

    actionk/ECSEntityBuilder

    0Voir sur GitHub↗
    Voir sur GitHub↗0
Voir les 30 alternatives à Entityx→

Questions fréquentes

Que fait alecthomas/entityx ?

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

Quelles sont les fonctionnalités principales de alecthomas/entityx ?

Les fonctionnalités principales de alecthomas/entityx sont : Entity Component Systems, ECS Frameworks.

Quelles sont les alternatives open-source à alecthomas/entityx ?

Les alternatives open-source à alecthomas/entityx incluent : skypjack/entt — EnTT is a C++ library designed for data-oriented design and entity component system architecture. It provides a… aleverdes/leoecslite-zoo. alexwargon/nukecs. bakpakin/tiny-ecs — ECS for Lua. benmoran56/esper. actionk/ecsentitybuilder.