Page 1 of 1

Updated ImGui Binder

Posted: Tue Mar 07, 2023 9:36 pm
by BeastBurst
Hello,

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
which requires further changes to the repo.

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.

Re: Updated ImGui Binder

Posted: Fri Mar 10, 2023 2:09 pm
by zielin
Hello, great info. Is it working with trunk version of Irrlicht?

Re: Updated ImGui Binder

Posted: Sun Dec 10, 2023 1:23 pm
by Noiecity
Thanks