ecs.hpp:C ++ 17实体组件系统

时间:2024-06-17 13:53:26
【文件属性】:

文件名称:ecs.hpp:C ++ 17实体组件系统

文件大小:78KB

文件格式:ZIP

更新时间:2024-06-17 13:53:26

c-plus-plus cpp cpp14 ecs entity-component-system

ecs.hpp C ++ 17实体组件系统 要求 > = 7 > = 5.0 > = 2017年 安装 是仅标头的库。 您需要做的就是将headers文件从headers目录复制到您的项目中,并包括它们: # include " ecs.hpp/ecs.hpp " 另外,您可以将根存储库目录添加到您的项目中: add_subdirectory (external/ecs.hpp) target_link_libraries (your_project_target ecs.hpp) 基本用法 # include < ecs> namespace ecs = ecs_hpp; // events struct update_event { float dt{}; }; struct render_event { std::stri


【文件预览】:
ecs.hpp-main
----.gitignore(38B)
----headers()
--------ecs.hpp()
----LICENSE.md(1KB)
----.travis.yml(2KB)
----README.md(4KB)
----.ci()
--------build_coverage.sh(683B)
--------build_linux.sh(311B)
--------build_darwin.sh(312B)
--------build_windows_x64.bat(426B)
--------build_windows_x86.bat(428B)
----.appveyor.yml(362B)
----CMakeLists.txt(532B)
----untests()
--------ecs_examples.cpp(3KB)
--------doctest()
--------ecs_tests.cpp(61KB)
--------CMakeLists.txt(888B)

网友评论