mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 13:05:23 -05:00
Date Pickers
@@ -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> 
|
||||
|
||||
**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)
|
||||
|
||||
Reference in New Issue
Block a user