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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alecthomas avatar

alecthomas/entityx

0
View on GitHub↗
2,340 estrellas·300 forks·C++·MIT·9 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de alecthomas/entityxGráfico del historial de estrellas de alecthomas/entityx

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Entityx

Proyectos open-source similares, clasificados según cuántas características comparten con Entityx.
  • skypjack/enttAvatar de skypjack

    skypjack/entt

    12,294Ver en 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
    Ver en GitHub↗12,294
  • aleverdes/leoecslite-zooA

    aleverdes/leoecslite-zoo

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alexwargon/nukecsA

    AlexWargon/Nukecs

    0Ver en GitHub↗
    Ver en GitHub↗0
  • actionk/ecsentitybuilderA

    actionk/ECSEntityBuilder

    0Ver en GitHub↗
    Ver en GitHub↗0
Ver las 30 alternativas a Entityx→

Preguntas frecuentes

¿Qué hace alecthomas/entityx?

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

¿Cuáles son las características principales de alecthomas/entityx?

Las características principales de alecthomas/entityx son: Entity Component Systems, ECS Frameworks.

¿Qué alternativas de código abierto existen para alecthomas/entityx?

Las alternativas de código abierto para alecthomas/entityx incluyen: 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.