1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-14 11:07:48 +01:00

Docking

omar 2019-10-30 18:12:17 +01:00
parent e5469aac06
commit a741031402

18
Home.md

@ -109,15 +109,15 @@ Feel free to edit and contribute!
### Docking extensions
- **Official Docking Branch (October 2018): see [#2109](https://github.com/ocornut/imgui/issues/2109).**
- [old] Docking Thread [#351](https://github.com/ocornut/imgui/issues/351)
- [old] @nem0's one, from LumixEngine https://github.com/nem0/LumixEngine/tree/master/external/imgui
- [old] @paniq's one (based on @nem0's), https://github.com/ocornut/imgui/issues/351#issuecomment-219775521
- [old] @BentleyBlanks's one (based on @paniq's), https://github.com/BentleyBlanks/imguiDock
- [old] @thennequin's ImWindow, with OS window managing https://github.com/thennequin/ImWindow
- [old] imgui_wm: based on ImWindow https://github.com/bkaradzic/bgfx/tree/master/3rdparty/ocornut-imgui
- [old] @edin-purkovic's one https://github.com/edin-purkovic/ImGuiDock
- [old] @flix01's one, https://github.com/Flix01/imgui/tree/2015-10-Addons/addons/imguidock
- [old] @aoterodelaroza's one, https://github.com/aoterodelaroza/imgui-goodies
- [old] old docking thread [#351](https://github.com/ocornut/imgui/issues/351)
- [old] @nem0's one (old LumixEngine docking), [github](https://github.com/nem0/LumixEngine/tree/v0.34/external/imgui)
- [old] @paniq's one (based on @nem0's), [github](https://github.com/ocornut/imgui/issues/351#issuecomment-219775521)
- [old] @BentleyBlanks's one (based on @paniq's), [github](https://github.com/BentleyBlanks/imguiDock)
- [old] @thennequin's ImWindow, with OS window managing, [github](https://github.com/thennequin/ImWindow)
- [old] imgui_wm: based on ImWindow, [github](https://github.com/bkaradzic/bgfx/tree/master/3rdparty/ocornut-imgui)
- [old] @edin-purkovic's one, [github](https://github.com/edin-purkovic/ImGuiDock)
- [old] @flix01's one, [github](https://github.com/Flix01/imgui/tree/2015-10-Addons/addons/imguidock)
- [old] @aoterodelaroza's one, [github](https://github.com/aoterodelaroza/imgui-goodies)
### Remoting