Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny File Dialogs (suggestion) #5

Open
GevDevs opened this issue Sep 20, 2022 · 1 comment
Open

Tiny File Dialogs (suggestion) #5

GevDevs opened this issue Sep 20, 2022 · 1 comment

Comments

@GevDevs
Copy link

GevDevs commented Sep 20, 2022

This is sort of a continuation of my request to add a color picker 9 days ago. I ended up finding something on the GitHub for Portable File Dialogs.
https://sourceforge.net/projects/tinyfiledialogs/
This C++ library is also cross-platform and has more features than PFD (including a color picker). I haven't tested it out myself though so I don't know how well it works on different operating systems. It might be worth a look though.

@98teg
Copy link
Owner

98teg commented Sep 20, 2022

Hello again! Thanks for the suggestion! The main problem I have with Tiny File Dialogs is that it is not asynchronous, while Portable File Dialogs behaves asynchronously by default. So I think this project should stick to PFD whenever possible. However, as you said it does not support native colour pickers, so we could make an exception here. I would try to integrate TFD and see if I can create a NativeColorPicker node with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants