From 633fe7a48b93660b524e0123bbac6120f5e7938e Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 8 Jan 2024 14:05:26 +0100 Subject: [PATCH] Memory editors section --- Useful-Extensions.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index db65a52..ca36f37 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -6,6 +6,7 @@ _(wiki editors: the images on this page are 500x250 pixels. please try to keep n - [Automation / Testing](#automation--testing) - [Text Editors](#text-editors) - [Node Editors](#node-editors) +- [Memory Editors](#memory-editors) - [Plotting, Graph](#plotting-graph) - [Curves, Animations, Gradients Editors](#curves-animations-gradients-editors) - [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). +# Memory Editors + +**imgui_memory_editor**: hexadecinal editor (2017-2022) +
[github/ocornut/imgui_club](https://github.com/ocornut/imgui_club) +
![](https://user-images.githubusercontent.com/1193295/96868227-081cdf00-146e-11eb-996b-35134ba8bd3c.png) + # Plotting, Graph **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**
[issue #1658](https://github.com/ocornut/imgui/issues/1658) -**imgui_memory_editor**: hexadecinal editor (2017-2022) -
[github/ocornut/imgui_club](https://github.com/ocornut/imgui_club) -
![](https://user-images.githubusercontent.com/1193295/96868227-081cdf00-146e-11eb-996b-35134ba8bd3c.png) - **ImGuiTextSelect**: a text selection implementation for Dear ImGui (2024)
[github/AidanSun05/ImGuiTextSelect](https://github.com/AidanSun05/ImGuiTextSelect)
![](https://github.com/ocornut/imgui/assets/8225057/601c3171-0409-46fe-b0e8-26ab5c4f6c0b)