elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.16k stars 83 forks source link

Does this work with dear IMGUI? #129

Closed whiskasdietgirl closed 1 month ago

elishacloud commented 3 years ago

It depends on what rednerer you are using with Dear ImGui. There are many render engines that Dear ImGui supports, including OpenGL, Vulkan, etc. To work with dxwrapper you will need to use the dx9 engine. I believe that is the only engine that dxwrapper supports from list that Dear ImGui uses.

elishacloud commented 10 months ago

ImGui has been added to this. Currently it only works with dd7to9. But later I will port it over to the Direct3D9 wrapper so it can work with d3d8to9 as well as Direct3D9 games.

elishacloud commented 1 month ago

Closing issue.