mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-11-02 15:03:18 +00:00
Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 5.
- Added ImGui Module Manager that that implements module logic and manages other module resources. - Added Texture Manager to manage texture resources and maps them to index that can be passed to ImGui context. - Added Context Proxy that represents and manages a single ImGui context. - Added Slate ImGui Widget to render ImGui output. |
||
|---|---|---|
| Resources | ||
| Source | ||
| .gitignore | ||
| ImGui.uplugin | ||
| LICENSE | ||
| README.md | ||
Unreal Engine plugin integrating Omar Cornut's Dear ImGui framework (https://github.com/ocornut/imgui).