feat: Add bt d3d9 hook specific imgui overlay #318

Merged
icex2 merged 2 commits from pr318 into master 2025-02-09 01:19:49 +03:00
icex2 commented 2025-02-07 17:19:13 +03:00 (Migrated from github.com)

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

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
Sign in to join this conversation.