Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

NightShade256/rust-imgui-memory-editor

Repository files navigation

Dear ImGui Memory Editor

Safe, Rust bindings to the Dear ImGui memory editor widget, to be used with imgui-rs.

Note

These bindings were made for personal use, and are limited in use.

Please checkout imgui-memory-editor crate on crates.io which is a more comprehensive set of bindings for the same.

This crate tries to be minimal, and close to the original C++ API.

Usage

Since the crate is not available on crates.io, you have to add the following to your Cargo.toml,

[dependencies]
imgui-memory-editor = { git = "https://github.com/NightShade256/rust-imgui-memory-editor" }

The master branch will only be pushed on a new release, and further work will occur in the development branch.

Documentation

You can access the docs for this crate here.

License

This project is licensed under the terms of the MIT license OR the Apache-2.0 license at your option.