Skip to content

ImGuiFileDialog v0.1

Compare
Choose a tag to compare
@aiekick aiekick released this 03 Jun 23:16
· 422 commits to master since this release
5e5a1d0

First release of ImGuiFileDialog.
ready for production

Features :

  • Separate system for call and display
  • Can use custom pane via function binding
  • Support of Filter Custom Coloring / Icons / text
  • Dialog size can be constraint by min / max size value
  • Multi File/Directory Selection (one file, N files, or infinite)
  • Support of Modal/Standard dialog Type
  • Can be a File Chooser or Directory Chooser
  • Can display table with file size/date by using ImGui Table branch (not merged in master at this moment)
  • Successfully compiled / tested on Win32, MacOs and Linux

See Readme.md and sample app for more infos

you can access binaries for all os/builds in github "actions" tab