ImFileDialog icon indicating copy to clipboard operation
ImFileDialog copied to clipboard

Hey I made a fork and fixed a lot of bugs, and I have a question.

Open time-killer-games opened this issue 1 year ago • 4 comments

I was wondering if you'd like to help maintain my fork with me, which takes a bit of a different direction from the original software, because it relies specifically on SDL2 and OpenGL on Windows and Linux, with added BSD and Illumos support, and uses SDL2 Renderer on MacOS since OpenGL is deprecated on that platform. The reason I am using SDL2 is to mask the fact it uses Dear ImGui and uses a custom theme as well as makes it run in its own a floating window, without being embedded in an existing window. It also relies on my filesystem API, and ghc::filesystem so it can be built with versions of C++ besides C++17 like C++11, C++14, and C++20. I also added full localization and UTF-8 font loading support. It can be used as a CLI and as a client library. Many other things I did to improve it, and I did in my own fork instead of making a pull request to save time that it takes to be accepted in code review. I intend to add support for loading system icons for different file types like can be done on Windows for all other platforms I support. Let me know what you think, here's my fork: https://github.com/time-killer-games/libfiledialogs

time-killer-games avatar Aug 25 '22 21:08 time-killer-games

Just an update, I added support for changing the icon theme to what the target platform uses by default. Here's a preview:

filedialogs

time-killer-games avatar Sep 08 '22 01:09 time-killer-games