diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 645a85b..35dcf4f 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -27,6 +27,7 @@ _(had to turn off wiki editing, see [Home](Home) for details. you may post meani - [Midi/OSC interfacing](#midiosc-interfacing) - [Virtual Reality (VR) / Reprojected UI plane](#virtual-reality-vr--reprojected-ui-plane) - [Image manipulation](#image-manipulation) +- [Date Picker](#date-picker) - [2D/3D manipulation Gizmos](#2d3d-manipulation-gizmos) - [Inspectors, Serialization](#inspectors-serialization) - [C++ness](#cness) @@ -356,6 +357,18 @@ More Node Editors stuff at [#306](https://github.com/ocornut/imgui/issues/306).
[github/andyborrell/imgui_tex_inspect](https://github.com/andyborrell/imgui_tex_inspect) ([discussion](https://github.com/ocornut/imgui/issues/4352), [online demo](https://andyborrell.github.io/imgui_tex_inspect))
Screenshot of ImGuiTexInspect +# Date Picker + +**ImGuiDatePicker** (2024) +
[DnA-IntRicate/ImGuiDatePicker](https://github.com/DnA-IntRicate/ImGuiDatePicker) +
![image](https://github.com/user-attachments/assets/d1bb786d-1f70-4304-a7bc-065902ad14a9) + +**BrotBoxEngine's ImGuiExtensions.cpp** (in engine-snippet) (2024) +
[#8159](https://github.com/ocornut/imgui/issues/8159) + +**Flix01's ImGui-Addons** +
[github/Flix01/imgui](https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home) + # 2D/3D manipulation Gizmos **ImGuizmo**: 3d translation/rotation Gizmo (2016-2022)