From 59c802c1b14e1a175957e01710eb485721b219e2 Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 7 Feb 2021 20:10:59 +0100 Subject: [PATCH] ImFileDialog --- Useful-Widgets.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Useful-Widgets.md b/Useful-Widgets.md index d955e15..bc1efb3 100644 --- a/Useful-Widgets.md +++ b/Useful-Widgets.md @@ -82,6 +82,10 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). ## File Browsers / File Dialog +**ImFileDialog**: A simple file dialog library [... ] supports favorites, actual Windows icons, image previews, zooming in, etc... +
[github/dfranx/ImFileDialog](https://github.com/dfranx/ImFileDialog) +
![ImFileDialog](https://user-images.githubusercontent.com/8225057/107156759-88654280-6980-11eb-88ea-774b3119d4d3.png) + **L2DFileDialog**
[github/Limeoats/L2DFileDialog](https://github.com/Limeoats/L2DFileDialog)
![](https://user-images.githubusercontent.com/1193295/103759110-79067880-5013-11eb-9fc5-522f3bb9e5df.png)