I want to share with you my work on updating the repository of https://github.com/ZahlGraf/IrrIMGUI about his binding for ImGui.
Originally it was using ImGui 1.46 and needed some love in order to be usable with newer versions.
I did my best and I upgrade the compatibility with up ImGui version 1.79.
You can see and use the updated binding here: https://github.com/Armmegon/Irrlicht-ImGui
P.S.
I got stuck on upgrading it above https://github.com/ocornut/imgui/releases/tag/v1.80
As in version 1.80 they remove
Code: Select all
io.RenderDrawListsFn
Please take and look and if interested to upgrade it above 1.79 make a pull request so I can merge it and everyone can enjpy latests version of ImGui with Irrlicht.