Skip to content

Instantly share code, notes, and snippets.

@ocornut
Last active August 28, 2024 05:01
Show Gist options
  • Save ocornut/0673e37e54aff644298b to your computer and use it in GitHub Desktop.
Save ocornut/0673e37e54aff644298b to your computer and use it in GitHub Desktop.
Mini memory editor for dear imgui (to embed in your game/tools)
// 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.
@ocornut
Copy link
Author

ocornut commented Jul 14, 2022

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