Closed leavittx closed 8 months ago
Btw I don't need the docking feature (if that helps)
Hello,
Hello ImGui uses an unmodified version of ImGui (docking branch), and I would like this to stay like this in the official repository.
Concerning the usage inside Hello ImGui, adding this PR is actually very easy, you just have to merge @thedmd 's docking-layout-external. More precisely, you can cherry-pick this commit. The cherry-pick works flawlessly.
Note: I'm in the process of integrating this PR into Dear ImGui Bundle. This should be ready in a week or two, but this will not touch HelloImGui
Worked! Much thanks!
Hello! I'm looking for a possibility to use a custom ImGui version with Hello ImGui. Specifically I need this PR included: https://github.com/ocornut/imgui/pull/846 How is it possible to achieve that? Thanks!