Skip to content
modkitv0.2

Dear ImGui Integration

← All examples16_imgui

Demonstrates Dear ImGui integration with modkit using cimgui (C bindings). Shows the ImGui demo window. For HiDPI support, see example 17. This example uses MK_MAIN for cross-platform entry point abstraction.

Dear ImGui Integration

Runs the WebAssembly build on this page. Click the canvas to give it keyboard focus.

Number
16
Tags
uiimgui
Requires
MODKIT_ENABLE_IMGUI
Source
examples/16_imgui/main.c

Build and run

./scripts/build-linux.sh release --target=16_imgui --run