mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-28 07:47:02 -05:00
imgui_manual -> imgui_explorer
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user