1. Home
  2. Browse
  3. imgui-sfml

imgui-sfml

v2.1#0Go to latest

Dear ImGui backend for use with SFML

Install

Run the following Vcpkg command to install the port.

vcpkg install imgui-sfml

Usage

The package imgui-sfml provides CMake targets:

find_package(imgui CONFIG REQUIRED)
find_package(SFML CONFIG REQUIRED COMPONENTS graphics system window)
find_package(ImGui-SFML CONFIG REQUIRED)
target_link_libraries(main PRIVATE
    imgui::imgui
    sfml-graphics sfml-system sfml-window
    ImGui-SFML::ImGui-SFML
)

Dependencies

See source

Version

v2.1#0

Publication

Supports

All

GitHub

eliasdaler/imgui-sfml1.2K

Homepage

github.com/eliasdaler/imgui-sfml

Subtree

95a336e049

License

Complex license

Definition

Control