Today I ported rImGui to cimgui, so it's now possible to use raylib + cimgui in pure C (i.e. the beloved Dear ImGui with raylib in pure C).
I'm going to clean up it tomorrow and then publish it.
raylib cimgui published https://github.com/alfredbaudisch/raylib-cimgui
Initial release of my C interface for ImGuiColorTextEdit, a syntax highlighting text editor for ImGui, on top of cimgui
I was happily making a Postman clone with C and cimgui (Raylib renderer) but these ugly, very unattractive auto generated binding names started making me want to poke my eyes out.
The code that was a side fun thing turned disgusting to read due to these cimgui function names all over the place.
Maybe I should just manually rename these bindings to something less... automated?