ggerganov / imtui

ImTui: Immediate Mode Text-based User Interface C++ Library
https://imtui.ggerganov.com
MIT License
2.94k stars 123 forks source link

Dear ImGui 1.82 #27

Open afshinpir opened 3 years ago

afshinpir commented 3 years ago

Will there be a support for Dear ImGUI 1.82? Because when I tried to just replace libraries and nothing works.

jubalh commented 3 years ago

For what do you need ImGUI 1.82?

afshinpir commented 3 years ago

@jubalh I just tested it because it seems there are a lot of bug fixes there. No other specific reason right now.

jubalh commented 3 years ago

You can look at the changelog of imgui. Look at the API changes. And when you copy over the new library you need to do the API changes as well. Then you can create a PR.