Skip to content
modkitv0.2

Dear ImGui with HiDPI Support

← All examples17_imgui_hidpi

Demonstrates Dear ImGui integration with proper HiDPI/Retina display support. - Uses MK_WINDOW_HIDPI flag for high-resolution rendering - Uses pixel density for crisp font rasterization - Uses UI scale for portable dimensions on Windows/Android/X11

Dear ImGui with HiDPI Support

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

Number
17
Tags
uiimgui
Requires
MODKIT_ENABLE_IMGUI
Source
examples/17_imgui_hidpi/main.c

Build and run

./scripts/build-linux.sh release --target=17_imgui_hidpi --run