11[ ![ Win] ( https://github.com/aiekick/ImGuiFileDialog/actions/workflows/Win.yml/badge.svg?branch=DemoApp )] ( https://github.com/aiekick/ImGuiFileDialog/actions/workflows/Win.yml )
22[ ![ Linux] ( https://github.com/aiekick/ImGuiFileDialog/actions/workflows/Linux.yml/badge.svg?branch=DemoApp )] ( https://github.com/aiekick/ImGuiFileDialog/actions/workflows/Linux.yml )
33[ ![ Osx] ( https://github.com/aiekick/ImGuiFileDialog/actions/workflows/Osx.yml/badge.svg?branch=DemoApp )] ( https://github.com/aiekick/ImGuiFileDialog/actions/workflows/Osx.yml )
4- [ ![ Wrapped Dear ImGui Version] ( https://img.shields.io/badge/Dear%20ImGui%20Version-1.90-blue.svg )] ( https://github.com/ocornut/imgui )
4+ [ ![ Wrapped Dear ImGui Version] ( https://img.shields.io/badge/Dear%20ImGui%20Version-1.90.1 -blue.svg )] ( https://github.com/ocornut/imgui )
55
66# ImGuiFileDialog
77
@@ -14,7 +14,7 @@ solutions.
1414
1515## ImGui Supported Version
1616
17- ImGuiFileDialog follow the master and docking branch of ImGui . currently ImGui 1.90
17+ ImGuiFileDialog follow the master and docking branch of ImGui. Currently ImGui 1.90.1
1818
1919## Structure
2020
@@ -67,7 +67,7 @@ Android Requirements : Api 21 mini
6767 - 0 => Infinite
6868 - 1 => One file (default)
6969 - n => n files
70- - Compatible with MacOs, Linux, Windows
70+ - Compatible with MacOs, Linux, Windows, Emscripten
7171 - Windows version can list drives
7272- Supports modal or standard dialog types
7373- Select files or directories
@@ -86,6 +86,9 @@ Android Requirements : Api 21 mini
8686- multi layer extentions like : .a.b.c .json.cpp .vcxproj.filters etc..
8787- advanced behavior regarding asterisk based filter. like : .* .* .* .vcx.* .* .filters .vcs* .filt.* etc.. (internally regex is used)
8888- result modes GetFilePathName, GetFileName and GetSelection (overwrite file ext, keep file, add ext if no user ext exist)
89+ - you can use your own FileSystem Api
90+ - by default Api Dirent and std::filesystem are defined
91+ - you can override GetDrieveList for specify by ex on android other fs, like local and SDCards
8992
9093### WARNINGS :
9194- the nav system keyboard behavior is not working as expected, so maybe full of bug for ImGuiFileDialog
0 commit comments