From 36da2fedc8a37999e695ef18656c721b97b2b229 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 26 Oct 2020 16:11:06 +0100 Subject: [PATCH] Reordering file browsers --- Useful-Widgets.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Useful-Widgets.md b/Useful-Widgets.md index 6aca71d..0bab762 100644 --- a/Useful-Widgets.md +++ b/Useful-Widgets.md @@ -82,7 +82,11 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). ## File Browsers / File Dialog -**imgui-filebrowser** +**L2DFileDialog** +
[github/Limeoats/L2DFileDialog](https://github.com/Limeoats/L2DFileDialog) +
![](https://user-images.githubusercontent.com/1193295/96842995-11964f00-144e-11eb-82fc-4794e4abdecb.png) + +**AirGuanZ's imgui-filebrowser**
[github/AirGuanZ-imgui-filebrowser](https://github.com/AirGuanZ/imgui-filebrowser)
![](https://user-images.githubusercontent.com/1193295/96841762-781a6d80-144c-11eb-9ef9-7f9c3bda37d1.png) @@ -98,10 +102,6 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[github/aiekick/ImGuiFileDialog](https://github.com/aiekick/ImGuiFileDialog)
![](https://user-images.githubusercontent.com/1193295/96842853-d85ddf00-144d-11eb-8c85-2c6e4ed4be76.png) -**L2DFileDialog** -
[github/Limeoats/L2DFileDialog](https://github.com/Limeoats/L2DFileDialog) -
![](https://user-images.githubusercontent.com/1193295/96842995-11964f00-144e-11eb-82fc-4794e4abdecb.png) - ## Rich text **imgui_markdown**: Markdown for Dear ImGui