Hacker News new | ask | show | jobs
by flohofwoe 2053 days ago
The Dear ImGui C++ API also maps very well to C, so well that I actually prefer the C-API when working on a project that's mostly C (instead of using C++ for the UI code and C for everything else as I did before). AFAIK most of the other language bindings are also based on the C-API (which is autogenerated from the C++ API):

https://github.com/cimgui/cimgui