You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: