Memory editors section

omar 2024-01-08 14:05:26 +01:00
parent 75ce43b8e3
commit 633fe7a48b

@ -6,6 +6,7 @@ _(wiki editors: the images on this page are 500x250 pixels. please try to keep n
- [Automation / Testing](#automation--testing) - [Automation / Testing](#automation--testing)
- [Text Editors](#text-editors) - [Text Editors](#text-editors)
- [Node Editors](#node-editors) - [Node Editors](#node-editors)
- [Memory Editors](#memory-editors)
- [Plotting, Graph](#plotting-graph) - [Plotting, Graph](#plotting-graph)
- [Curves, Animations, Gradients Editors](#curves-animations-gradients-editors) - [Curves, Animations, Gradients Editors](#curves-animations-gradients-editors)
- [File Browsers / File Dialog](#file-browsers--file-dialog) - [File Browsers / File Dialog](#file-browsers--file-dialog)
@ -65,6 +66,12 @@ _(wiki editors: the images on this page are 500x250 pixels. please try to keep n
Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
# Memory Editors
**imgui_memory_editor**: hexadecinal editor (2017-2022)
<BR> [github/ocornut/imgui_club](https://github.com/ocornut/imgui_club)
<BR> ![](https://user-images.githubusercontent.com/1193295/96868227-081cdf00-146e-11eb-996b-35134ba8bd3c.png)
# Plotting, Graph # Plotting, Graph
**ImPlot**: Advanced 2D Plotting for Dear ImGui (2020-2023) **ImPlot**: Advanced 2D Plotting for Dear ImGui (2020-2023)
@ -379,10 +386,6 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
**Combos with custom filtering and preview** **Combos with custom filtering and preview**
<BR> [issue #1658](https://github.com/ocornut/imgui/issues/1658) <BR> [issue #1658](https://github.com/ocornut/imgui/issues/1658)
**imgui_memory_editor**: hexadecinal editor (2017-2022)
<BR> [github/ocornut/imgui_club](https://github.com/ocornut/imgui_club)
<BR> ![](https://user-images.githubusercontent.com/1193295/96868227-081cdf00-146e-11eb-996b-35134ba8bd3c.png)
**ImGuiTextSelect**: a text selection implementation for Dear ImGui (2024) **ImGuiTextSelect**: a text selection implementation for Dear ImGui (2024)
<BR> [github/AidanSun05/ImGuiTextSelect](https://github.com/AidanSun05/ImGuiTextSelect) <BR> [github/AidanSun05/ImGuiTextSelect](https://github.com/AidanSun05/ImGuiTextSelect)
<BR> ![](https://github.com/ocornut/imgui/assets/8225057/601c3171-0409-46fe-b0e8-26ab5c4f6c0b) <BR> ![](https://github.com/ocornut/imgui/assets/8225057/601c3171-0409-46fe-b0e8-26ab5c4f6c0b)