Skip to content

Update imgui and fix missing backends in the cimgui.dll#5

Draft
jroweboy wants to merge 2 commits intoSewer56:masterfrom
jroweboy:update-imgui
Draft

Update imgui and fix missing backends in the cimgui.dll#5
jroweboy wants to merge 2 commits intoSewer56:masterfrom
jroweboy:update-imgui

Conversation

@jroweboy
Copy link
Copy Markdown

@jroweboy jroweboy commented Apr 12, 2023

See also the related submodule prs for cimgui Sewer56/cimgui#1 and DearImGuiSharp-NativeBuild Sewer56/DearImGuiSharp-NativeBuilds#1

Changes

Updates Imgui bindings to the latest 1.89.3 and fixes issues with msvc builds for extra backends. In the current library, the bindings include the bindings for backends such as GLFW but they are actually not present in the dll. (This took me way too long to figure out :P)

Note

I didn't update the Linux or MacOS as 1) i don't have the build environments for them setup 2) they don't use these platform backends anyway

Screenshots

Below: DLL export listing for the current x86 cimgui.dll
dllexp_S9UBOxQJRG

After this PR, they are now present in the dll

dllexp_HSRfGAGbgl

@jroweboy jroweboy marked this pull request as draft April 13, 2023 00:38
@jroweboy
Copy link
Copy Markdown
Author

I'm moving this to a draft PR until i work out a few more issues. 32 bit builds with vulkan aren't working so I either need to drop that or fix it before this is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant