Skip to content

Instantly share code, notes, and snippets.

@ocornut
Last active January 1, 2024 04:27
Show Gist options
  • Star 78 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • 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