easy-imgui-rs
Build full GUI applications with Rust and Dear ImGui. It currently uses version v1.91.1.
There are several crates in this repository:
easy-imgui-sys: This is the direct binding of the C++ Dear ImGui library.easy-imgui: The main binding of Dear ImGui API.easy-imgui-renderer: A UI renderer using OpenGL andglow.easy-imgui-window: A fully integrated and easy to use GUI framework based onwinit.
See some examples at the examples directory. The simplest one is just a few lines of code:
use ;
;