hello-imgui v1.6.0
- Created
- Updated
Hello ImGui: unleash your creativity in app development and prototyping
Note that at least on renderer backend and at least one platform backend must be chosen.
# Usage
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)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# experimental-dx11-binding
Use DirectX11 renderer backend (Windows only, experimental)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by imgui )
- vcpkg-cmake-config (by imgui )
# experimental-dx12-binding
Use DirectX12 renderer backend (Windows only, experimental)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by imgui )
- vcpkg-cmake-config (by imgui )
# experimental-vulkan-binding
Use Vulkan renderer backend (Windows/Linux/macOS, experimental)
Dependencies:
imgui
Features:
vulkan-binding
and 3 transitive dependencies:
- vulkan (by imgui )
- vulkan-headers (by vulkan )
vulkan-loader (by vulkan )
Platforms:
!android
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by imgui )
- vcpkg-cmake-config (by imgui )
# glfw-binding
Use GLFW platform backend (default)
Dependencies:
imgui
Features:
glfw-binding
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by imgui )
- vcpkg-cmake-config (by imgui )
# metal-binding
# opengl3-binding
Use OpenGL3/ES2 renderer backend (default)
Dependencies:
and 2 transitive dependencies:
- egl-registry (by glad )
- opengl-registry (by glad )
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by glad )
- vcpkg-cmake-config (by glad )
# test-engine
Build test engine
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by imgui )
- vcpkg-cmake-config (by imgui )
# Dependencies
imgui
Features:
docking-experimental
- nlohmann-json
- stb
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Pascal Thomet
Kai Pastor
jim wang
Tom Conder
JonLiu1993
toge