|
Kemena3D
|
Thin wrapper around Dear ImGui for building in-engine UI. More...
#include "kexport.h"#include "kdatatype.h"#include "krenderer.h"#include "kwindow.h"#include <SDL3/SDL.h>#include "imgui.h"#include "imgui_internal.h"#include "backends/imgui_impl_sdl3.h"#include "backends/imgui_impl_opengl3.h"

Go to the source code of this file.
Classes | |
| class | kemena::kGuiManager |
| Wraps Dear ImGui initialisation, event forwarding, and widget calls. More... | |
Namespaces | |
| namespace | kemena |
| Top-level Kemena3D engine namespace. | |
Thin wrapper around Dear ImGui for building in-engine UI.