Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 654 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 654 Bytes

imgui-sfml

build2 packages for the imgui-sfml framework backend for the Dear ImGui library.

Usage

Simply add the backend package to your manifest. Note that the libimgui-framework-sfml package is a framework backend, which means it is all self-contained and you do not need to add any additional render or platform backend.

depends: libimgui-framework-sfml

Headers are included without any prefix, for example:

#include <imgui-SFML.h>

See also the imgui-sfml-examples package for examples on how to build executables with the package.