From f563b68201d80bc860ae5a1fee3a7300ee22cf37 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 18 Feb 2021 19:42:21 +0100 Subject: [PATCH] Legacy Third-Party Docking Extensions --- Docking.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Docking.md b/Docking.md index 15183cb..900ee1f 100644 --- a/Docking.md +++ b/Docking.md @@ -73,3 +73,16 @@ Also see our [[Glossary]] about Docking terminology. - Metrics window. - Enable `IMGUI_DEBUG_LOG_DOCKING()` + +---- + +### Legacy Third-Party Docking Extensions + +Prior to the official adoption of the Docking branch, various third-party versions existed: +- @nem0's one [github](https://github.com/nem0/LumixEngine/tree/v0.34/external/imgui) +- @paniq's one (based on @nem0's), [github](https://github.com/ocornut/imgui/issues/351#issuecomment-219775521) +- @BentleyBlanks's one (based on @paniq's), [github](https://github.com/BentleyBlanks/imguiDock) +- @thennequin's ImWindow, with OS window managing, [github](https://github.com/thennequin/ImWindow), refactored in bgfx's imgui_wm [github](https://github.com/bkaradzic/bgfx/tree/master/3rdparty/ocornut-imgui) +- @edin-purkovic's one, [github](https://github.com/edin-purkovic/ImGuiDock) +- @flix01's one, [github](https://github.com/Flix01/imgui/tree/2015-10-Addons/addons/imguidock) +- @aoterodelaroza's one, [github](https://github.com/aoterodelaroza/imgui-goodies)