Skip to content

cf_app_init_imgui

Category: app
GitHub: cute_app.h


Initializes Dear ImGui.

ImGuiContext* cf_app_init_imgui();

Remarks

Dear ImGui is an excellent UI library for debugging, great for making tools and editors. After calling this init function you can call into Dear ImGui's functions.

cf_app_get_sokol_imgui