Imgui Guide

Use when designing or implementing an immediate-mode GUI (IMGUI): batching the whole UI into one draw call with compact primitive buffers, keying controls by stable IDs, resolving ordering with frame-delayed state, keyboard focus / responder chains / event trickling, drag-and-drop, per-monitor DPI scaling, string localization, and screen-reader accessibility. Triggers on immediate-mode widgets, retained-vs-immediate UI, hover/active/focus IDs, UI draw batching, ImGui-style code, localizing UI strings, accessibility/screen-reader support for an IMGUI, even when the user doesn't say 'IMGUI'.

xonovex 0514f1f 12 files · 36.5 KB Updated

File contents

xonovex/platform/tree/main/packages/skill/skill-imgui/imgui-guide commit 0514f1f6d6

Frequently asked questions

npx skillmds@latest add xonovex/imgui-guide