[Ui] Add support for TinyFileDialogs
Opened this issue · 0 comments
drkameleon commented
Right now, all our dialog-related functionality (namely, dialog
and the weirdly-named(?) popup
& alert
are based on Sam Hocevar's portable-file-dialogs
.
I believe it would be worth the fuss to experiment with TinyFileDialogs.
- The implementation looks solid
- Development is active
- Feature-wise, this one appeara to be more complete
- It's pure C
- The license is permissive
And... there is also an existing Nim wrapper for that (which I'd suggest we revise/rewrite, nice and cleanly): https://github.com/juancarlospaco/nim-tinyfiledialogs