bemanitools/src/main/imgui-bt
icex2 1800f75f3d feat: Add bt d3d9 hook specific imgui overlay
For now, we focus on internal overlays for bemanitools
that hook into an existing d3d9 context. The current
abstraction is fairly thin and should be fine as a start.

Implementations are called “components” and hook
up with a single frame_update function to execute
and logic and drawing updates with imgui
2025-02-07 22:41:44 +01:00
..
cimgui.h feat: Add bt d3d9 hook specific imgui overlay 2025-02-07 22:41:44 +01:00
component.h feat: Add bt d3d9 hook specific imgui overlay 2025-02-07 22:41:44 +01:00
imgui-d3d9-hook.c feat: Add bt d3d9 hook specific imgui overlay 2025-02-07 22:41:44 +01:00
imgui-d3d9-hook.h feat: Add bt d3d9 hook specific imgui overlay 2025-02-07 22:41:44 +01:00
Module.mk feat: Add bt d3d9 hook specific imgui overlay 2025-02-07 22:41:44 +01:00