Skip to content

cf_app_init_imgui

Category: app
GitHub: cute_app.h


Initializes Dear ImGui.

void* cf_app_init_imgui(void);

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. Typecast the result to ImGuiContext (after including dcimgui.h).

cf_app_get_sokol_imgui