UI

第三方库

使用的 imgui,有用的第三方相关库:

https://github.com/ocornut/imgui/wiki/Useful-Extensions

Editor

Content Browser

图片和文件名可以参考:https://github.com/altschuler/imgui-knobs

Inspector

自动反射可以参考:https://github.com/Csabix/imgui/tree/master/auto

配合反射系统自动生成Inspector,参考:https://github.com/BoomingTech/Piccolo/blob/main/engine/source/editor/source/editor_ui.cpp

Notify

弹出消息提示,参考:https://github.com/patrickcjk/imgui-notify

坐标轴绘制

https://github.com/BrutPitt/imGuIZMO.quat

游戏内UI

https://github.com/Code-Building/ImGuiBuilde

https://github.com/Raais/ImStudio

https://github.com/flwmxd/MapleStory-Porting

目前使用下来最好用的是:

https://github.com/iamclint/ImGuiDesigner

考虑魔改集成到HE里面。

Last updated