imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
Loading...
Searching...
No Matches
user_interface.h
Go to the documentation of this file.
1#pragma once
2
18#if defined(_WIN32)
20#elif defined(__APPLE__)
22#elif defined(__linux__)
24#endif
Linux backend of imgui_kit::UserInterface (GLFW + OpenGL 3).
macOS backend of imgui_kit::UserInterface (GLFW + OpenGL 3).
Windows backend of imgui_kit::UserInterface (Win32 + DirectX 12).