SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
547 stars 90 forks source link

Missing Bindings: FileDialog icons support and file sort order #227

Open antzGames opened 3 months ago

antzGames commented 3 months ago

Version

Latest

What part of the binding has gaps?

ImGuiFileDialog

What is missing?

Something is missing!

So I need two things that i cannot seem to configure this the latest version of this library.

How do I enable custom icons for the ImGuiFileDialog? The methods explained in the https://github.com/aiekick/ImGuiFileDialog repo do not seem to exists in this implementation.

Second is how do I control the sort order of the displayed files in the ImGuiFileDialog?