Icon set ======== The dasImgui icon set is a growing collection of asset-free vector glyphs drawn directly onto the ImGui draw list -- no SVG, no texture atlas. Every glyph is geometry on a logical 24x24 grid, tinted from the daslang amber accent. Draw a glyph at the cursor with ``icon(name, size)``; for a clickable, snapshot-visible button use the ``icon_button`` widget (see :doc:`imgui_widgets_builtin`). Enumerate the set programmatically with ``icon_count`` / ``icon_name`` / ``icon_category`` -- e.g. to build a picker. Reference a glyph inline in prose with the ``:icon:`name``` role, e.g. the :icon:`play` button. Transport ---------------------------------------- .. raw:: html







































































































