pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping

Home Page:https://pthom.github.io/hello_imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom patched ImGui version

leavittx opened this issue · comments

Hello!
I'm looking for a possibility to use a custom ImGui version with Hello ImGui.
Specifically I need this PR included: ocornut/imgui#846
How is it possible to achieve that?
Thanks!

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!