diff --git a/Home.md b/Home.md index 1ddda1d..67c270f 100644 --- a/Home.md +++ b/Home.md @@ -70,7 +70,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - [About Examples apps](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md) (docs/EXAMPLES.md) - The [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder contains 23 standalone example applications for varieties of platforms and frameworks. - The [imgui_demo.cpp](https://github.com/ocornut/imgui/tree/master/imgui_demo.cpp) file has a `ImGui::ShowDemoWindow()` function which you can call from any imgui-enabled application to showcase variety of features. The demo function is called from all examples/ apps. -- Third-party: @pthom's [imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html): web version of imgui_demo with interactive browsing of sources. +- Third-party: @pthom's [imgui_explorer](https://pthom.github.io/imgui_explorer): an interactive manual for Dear ImGui, ImPlot and ImPlot3d. ### Language Bindings