This is a Tutorial for getting Dear ImGui integrated in your C++ application. This is not a Tutorial for using the Dear ImGui API. For that, refer to the Once you are setup... section of this page.
Because Dear ImGui is written in C++ and Rust does not directly support C++ calls, the functions of Dear ImGui are first wrapped in C calls. Using bindgen, said C calls are then possible from Rust, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results