文件名称:imgui_entt_entity_editor:亲爱的ImGui的EnTT嵌入式实体编辑器
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-25 23:16:21
cpp imgui ecs entity-component-system single-header-lib
imgui_entt_entity_editor
EnTT的嵌入式单文件实体编辑器,以ImGui作为图形后端。
编辑
Entiy-List的编辑器
拖放
用法示例
struct Transform {
float x = 0 .f;
float y = 0 .f;
};
struct Velocity {
float x = 0 .f;
float y = 0 .f;
};
namespace MM {
template <>
void ComponentEditorWidget
【文件预览】:
imgui_entt_entity_editor-master
----CMakeLists.txt(223B)
----imgui_entt_entity_editor.hpp(8KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(270B)