1. Home
  2. Browse
  3. hello-imgui

hello-imgui

v1.6.0#3Latest

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.

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#3

Publication

Supports

All

GitHub

pthom/hello_imgui

Homepage

pthom.github.io/hello_imgui

Subtree

b02e341c92

License

MIT

Definition

Manifest