arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
721 stars 32 forks source link

[Ui] Add support for TinyFileDialogs #1730

Open drkameleon opened 1 month ago

drkameleon commented 1 month ago

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.

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