awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alecthomas avatar

alecthomas/entityx

0
View on GitHub↗
2,340 星标·300 分支·C++·MIT·9 次浏览

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.

Star 历史

alecthomas/entityx 的 Star 历史图表alecthomas/entityx 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Entityx 的开源替代方案

相似的开源项目,按与 Entityx 的功能重合度排序。
  • skypjack/enttskypjack 的头像

    skypjack/entt

    12,294在 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
    在 GitHub 上查看↗12,294
  • aleverdes/leoecslite-zooA

    aleverdes/leoecslite-zoo

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alexwargon/nukecsA

    AlexWargon/Nukecs

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • actionk/ecsentitybuilderA

    actionk/ECSEntityBuilder

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
查看 Entityx 的所有 30 个替代方案→

常见问题解答

alecthomas/entityx 是做什么的?

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

alecthomas/entityx 的主要功能有哪些?

alecthomas/entityx 的主要功能包括:Entity Component Systems, ECS Frameworks。

alecthomas/entityx 有哪些开源替代品?

alecthomas/entityx 的开源替代品包括: 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.