imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
Loading...
Searching...
No Matches
user_interface.h File Reference

Public entry point of the library; includes the platform-specific imgui_kit::UserInterface implementation. More...

Include dependency graph for user_interface.h:

Go to the source code of this file.

Detailed Description

Public entry point of the library; includes the platform-specific imgui_kit::UserInterface implementation.

This is the only header an application needs to include. It dispatches at compile time to the backend for the target platform:

All backends expose the same public imgui_kit::UserInterface API (initialize(), render(), shutdown(), isShutdownRequested(), addWindow()).