imgui_manual -> imgui_explorer

omar
2026-03-02 12:20:09 +01:00
parent dd83bb6f01
commit cfeaa73a1e

@@ -604,7 +604,7 @@ Note that there may be additional calls required surrounding this depending on t
## Once you are setup...
- Run `ImGui::ShowDemoWindow()`. Browse imgui_demo.cpp to find how things are done.
- You may also refer to @pthom's [interactive imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html) which matches the output of the demo window with corresponding source code.
- You may also refer to @pthom's [imgui_explorer](https://pthom.github.io/imgui_explorer) which matches the output of the demo window with corresponding source code.
- Use [Item Picker](https://github.com/ocornut/imgui/wiki/Debug-Tools) to easily debug break into the code of a given item.
- Read [Wiki](https://github.com/ocornut/imgui/wiki) for more.
- You may edit `imconfig.h` or use `#define IMGUI_USER_CONFIG \"my_imconfig.h\"` to use compile-time configuration features.