Skip to content

bowie7070/L2DFileDialog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lime2D File Dialog

A C++ file dialog using Dear ImGui.

L2DFileDialog

Usage

Add L2DFileDialog.h to your C++ project and include it where you use ImGui. Then, set FileDialog::fileDialogOpen to true to set the open state. Finally, in your update method, check if FileDialog::fileDialogOpen == true and if so, call FileDialog::ShowFileDialog, passing in a char array as a buffer to store the chosen file/folder path.

Features

  • New folder
  • Delete folder
  • Sort by:
    • File
    • Size
    • Type
    • Last modified date

L2DFileDialogGif

License

This project is under the Apache License.

About

A C++ file dialog using Dear ImGui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.2%
  • C 36.8%
  • Objective-C++ 1.6%
  • Objective-C 0.5%
  • Makefile 0.4%
  • CMake 0.4%
  • Other 0.1%