If you're looking for a great ImGui file browser I recommend
#ImGuiFileDialog.
https://github.com/aiekick/ImGuiFileDialog
GitHub - aiekick/ImGuiFileDialog: Full featured file Dialog for Dear ImGui
Full featured file Dialog for Dear ImGui. Contribute to aiekick/ImGuiFileDialog development by creating an account on GitHub.
GitHub#ImGuiFileDialog v0.6.7
Main new feature : A generic "places" system.
Let you add many shortcuts for what you want editable or not, extending the old bookmarks behavior.
#dearimgui powered as usual
https://github.com/aiekick/ImGuiFileDialog/releases/tag/v0.6.7

Release ImGuiFileDialog v0.6.7 · aiekick/ImGuiFileDialog
New Features
The new function stamps [BREAKING CHANGE]
there is now only one function stamp "OpenDialog" for all cases and for simplify futur additions
for customize the behavior you must pass to t...
GitHub#ImGuiFileDialog v0.6.6
New feature : the ability to use your own filesystem api
Many fixes and improvments.
see https://github.com/aiekick/ImGuiFileDialog/releases/tag/v0.6.6
And as usual thank to the Great lib Dear ImGui
#IGFD #ImGui #DearImGui #filesystem #dialog

Release ImGuiFileDialog v0.6.6 · aiekick/ImGuiFileDialog
We have reached the threshold of 1k stars. thanks all
Main changes :
Custom File System Api :
you can now use your own file system api.
the defaults available apis are Dirent (cpp11) and std::fil...
GitHubNew version of #ImGuiFileDialog v0.6.5
Main changes :
- Regex's can be used for Filtering and FileStyling
- Lambda function can be used for File Styling
And Many fixes
#Imgui #dearimgui
https://github.com/aiekick/ImGuiFileDialog/releases/tag/v0.6.5

Release ImGuiFileDialog v0.6.5 · aiekick/ImGuiFileDialog
The main changes are :
Support of Dear ImGui 1.89.5
Full rewrite of filter parsing
The Regex's are now supported for Filtering and File Styling
Add the support of File Styling by Lambda Function
...
GitHub