1. Home
  2. Browse
  3. hello-imgui

hello-imgui

v1.6.0#2Latest

Hello, Dear ImGui: unleash your creativity in app development and prototyping

Install

Run the following Vcpkg command to install the port.

vcpkg install hello-imgui

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)

Features

Dependencies

See source

Version

v1.6.0#2

Publication

Supports

All

GitHub

pthom/hello_imgui759

Homepage

pthom.github.io/hello_imgui

Subtree

2e482ce6cc

License

MIT

Definition

Manifest