imgui_zoomable_image

omar
2025-12-17 10:18:52 +01:00
parent f6c1f2a800
commit 81fc6ca73e

@@ -383,10 +383,14 @@ More Node Editors stuff at [#306](https://github.com/ocornut/imgui/issues/306).
<BR> [github/CedricGuillemet/imgInspect](https://github.com/CedricGuillemet/imgInspect)
<BR> ![image](https://user-images.githubusercontent.com/8225057/118988474-83515f80-b981-11eb-8ce1-4818ddc3195a.png)
**ImGuiTexInspect**: Advanced, flexible texture inspector (2021-2022)
**ImGuiTexInspect**: Advanced, flexible texture inspector (2021-2023)
<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>
**imgui_zoomable_image**: A zoomable image display for Dear ImGui (2025)
<BR> [github/danielm5/imgui_zoomable_image](https://github.com/danielm5/imgui_zoomable_image)
<BR> <img width="500" height="250" alt="image" src="https://github.com/user-attachments/assets/c2303142-f3ef-4181-a455-9c9e9ad6ca30" />
# Date Picker
**ImGuiDatePicker** (2024)