Nim wrapper for the C osdialog library
nim-osdialog can be installed via Nimble:
nimble install osdialog
Have a look at test.nim
in the examples directory. You can
build the examples by executing the following command:
nimble examples
Only the file dialog related functionality has been wrapped as the rest (color picker, alert boxes) does not work on OS X.
osdialog is released into the public domain (CC0).
The wrapper is released under the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar.