Last active
August 28, 2024 05:01
-
-
Save ocornut/0673e37e54aff644298b to your computer and use it in GitHub Desktop.
Mini memory editor for dear imgui (to embed in your game/tools)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Mini memory editor for Dear ImGui (to embed in your game/tools) | |
// Animated GIF: https://twitter.com/ocornut/status/894242704317530112 | |
// THE MEMORY EDITOR CODE HAS MOVED TO GIT: | |
// https://github.com/ocornut/imgui_club/tree/master/imgui_memory_editor | |
// Click "Revisions" on the Gist to see old version. |
Great gadget @ocornut!
If only I could get a callback when user changes a byte..
.. or is it WriteFn() I want ..
.. yes
Hello! I know this gist is pretty old now but I find it very interesting. Could it be possible to update it so it works with the newest versions of imgui?
Nevermind! I see that it has been moved. It's really nice, by the way.
The header of the file has a link to the repository where this is now located and up to date.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bkaradzic: thanks, all 4 (inc. stdio) should be fixed now.