pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Custom patched ImGui version #100

Closed leavittx closed 3 months ago

leavittx commented 3 months ago

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!

leavittx commented 3 months ago

Btw I don't need the docking feature (if that helps)

pthom commented 3 months ago

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

leavittx commented 3 months ago

Worked! Much thanks!