branw / gms-v40-beta-client-mods

🍄 Quality-of-life improvements for the MapleStory v40 Beta client
3 stars 2 forks source link

Fix imgui rendering #1

Open branw opened 1 year ago

branw commented 1 year ago

The current imgui DX8 renderer is able to draw windows with basic text elements and images, but struggles with anything more complex like a checkbox. This leads to the entire window becoming a distorted mess of triangles. It's potentially related to the hacky approach we take to rendering triangles from the command list in ImGui_ImplDX8_RenderDrawData.

sjy0727 commented 1 month ago

Maybe this issue will be useful? https://github.com/ocornut/imgui/issues/5379#issuecomment-1685033530