|
imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
|
Directories | |
| linux | |
| macos | |
| win32 | |
Files | |
| colour_palette.h | |
| Named colour constants for use with ImGui (e.g. | |
| log_window.h | |
| Built-in log window with colour-coded entries, filtering and auto-scroll. | |
| template_window.h | |
| Minimal example window; a starting point for your own windows. | |
| themes.h | |
| Colour themes for the user interface and a runtime theme selector. | |
| user_interface.h | |
| Public entry point of the library; includes the platform-specific imgui_kit::UserInterface implementation. | |
| user_interface_parameters.h | |
| Configuration structures used to set up an imgui_kit::UserInterface. | |
| user_interface_window.h | |
| Abstract base class for user-defined windows and global window flags. | |