Hello, Dear ImGui: unleash your creativity in app development and prototyping
hello-imgui provides CMake integration:
set(CMAKE_CXX_STANDARD 17)
find_package(hello-imgui CONFIG REQUIRED)
# Usage with `hello_imgui_add_app` (recommended)
hello_imgui_add_app(main my_main.cpp)
# Usage with `target_link_libraries` (no tooling, no asset deployment)
target_link_libraries(main PRIVATE hello-imgui::hello_imgui)
Use DirectX11 renderer backend (Windows only, experimental)
Use DirectX12 renderer backend (Windows only, experimental)
Use Vulkan renderer backend (Windows/Linux/macOS, experimental)
Use GLFW platform backend (default)
Use Metal renderer backend (macOS/iOS only)
Use OpenGL3/ES2 renderer backend (default)
Build test engine
v1.6.0#3
All
MIT
Manifest