Date Pickers

omar
2024-11-18 19:46:53 +01:00
parent 50abe44b28
commit bce7dc53ac

@@ -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).
<BR> [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))
<BR> <a href="https://user-images.githubusercontent.com/5911521/126656032-b045b65b-5f42-4065-9c49-c1a22e866a28.png"><img src="https://user-images.githubusercontent.com/5911521/126656032-b045b65b-5f42-4065-9c49-c1a22e866a28.png" alt="Screenshot of ImGuiTexInspect" width="500" /></a>
# Date Picker
**ImGuiDatePicker** (2024)
<BR> [DnA-IntRicate/ImGuiDatePicker](https://github.com/DnA-IntRicate/ImGuiDatePicker)
<BR> ![image](https://github.com/user-attachments/assets/d1bb786d-1f70-4304-a7bc-065902ad14a9)
**BrotBoxEngine's ImGuiExtensions.cpp** (in engine-snippet) (2024)
<BR> [#8159](https://github.com/ocornut/imgui/issues/8159)
**Flix01's ImGui-Addons**
<BR> [github/Flix01/imgui](https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home)
# 2D/3D manipulation Gizmos
**ImGuizmo**: 3d translation/rotation Gizmo (2016-2022)