1. Home
  2. Browse
  3. hello-imgui

hello-imgui

v1.92.5#0Latest

Dear ImGui apps made simple: desktop, mobile, and web from one codebase. Minimal code. Maximally readable.

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.92.5#0

Publication

Supports

All

GitHub

pthom/hello_imgui895

Homepage

pthom.github.io/hello_imgui

Subtree

a44707152f

License

MIT

Definition

Manifest