How to run vsgImGui example? #1116
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I just tried the vsgimgui_example on this Ubuntu 22.04 with VSG, vsgImGui and vsgExamples master and I get the same result - the 3d model but no ImGui. It's late in the evening here so I'll look into it further tomorrow. It'll be a regression due to recent changes to VSG or vsgImGui so I'll use git bisect to figure what has caused the regression. |
Beta Was this translation helpful? Give feedback.
-
@symBroseph I have tested various version of vsgImGui and found they all fail to show any graphics when built against VSG masterm but works with VulkanSceneGraph v1.1.0 or earlier. I am now using git bisect on the VSG to see which commit since v1.1.0 caused the regression in vsgImGui. |
Beta Was this translation helpful? Give feedback.
-
The result of my git bisect usage is the commit that works with vsgImGui is: 311c893, and And the the one that breaks it is: e159e66 @AnyOldName3 this commit is from your #1106 PR, any ideas why this might cause a regression in vsgImGui? |
Beta Was this translation helpful? Give feedback.
-
I have tracked down the regression to vsgImGui::RenderImGui compatibility with the new changes to vsg::Inherit, the fix is now merged with vsgImGui master: |
Beta Was this translation helpful? Give feedback.
I have tracked down the regression to vsgImGui::RenderImGui compatibility with the new changes to vsg::Inherit, the fix is now merged with vsgImGui master:
vsg-dev/vsgImGui@7c05fb6