You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You build ImGui, cImGui, and rlImGui into a single static library using C++ that you link into your C program.
You do not need to program in C++, you just need to build the library using it.
This is an example project that does that, allowing you to use all of ImGui from C. imgui_in_c.zip
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
You can use ImGui and rlImGui from C, you just need to use the cimgui wrapper .https://github.com/cimgui/cimgui
You build ImGui, cImGui, and rlImGui into a single static library using C++ that you link into your C program.
You do not need to program in C++, you just need to build the library using it.
This is an example project that does that, allowing you to use all of ImGui from C.
imgui_in_c.zip
Beta Was this translation helpful? Give feedback.
All reactions