reinette-IIe/lib/imgui_club-master
ArthurFerreira2 62651e6e21
initial commit
first public release
2021-07-07 17:03:12 +02:00
..
LICENSE.txt initial commit 2021-07-07 17:03:12 +02:00
README.md initial commit 2021-07-07 17:03:12 +02:00
imgui_memory_editor.h initial commit 2021-07-07 17:03:12 +02:00
ocornut%5Cimgui_club%3A Nice things to use along dear imgui.desktop initial commit 2021-07-07 17:03:12 +02:00

README.md

Those are officially maintained. You also can find various useful third-party snippets here: https://github.com/ocornut/imgui/wiki


imgui_memory_editor

https://github.com/ocornut/imgui_club/tree/master/imgui_memory_editor

Mini hexadecimal editor! Right-click for option menu. Features: Keyboard controls. Read-only mode. Optional Ascii display. Optional HexII display. Goto address. Highlight range/function. Read/Write handlers.

Usage

static MemoryEditor mem_edit;
mem_edit.DrawWindow("Memory Editor", data, data_size);

memory editor

memory editor


imgui_freetype

Note: imgui_freetype.cpp has been moved from imgui_club into the main imgui repository, inside the misc/freetype/ folder: https://github.com/ocornut/imgui/tree/master/misc/freetype