osdialog

Nim wrapper for the osdialog library

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License WTFPL
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install osdialog
choosenim install osdialog
git clone https://github.com/johnnovak/nim-osdialog

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
osdialog - - - - - - -

Source

Repository https://github.com/johnnovak/nim-osdialog
Homepage https://github.com/johnnovak/nim-osdialog
Registry Source nimble_official

README

nim-osdialog

Nim wrapper for the C osdialog library

Installation

nim-osdialog can be installed via Nimble:

nimble install osdialog

Usage

Have a look at test.nim in the examples directory. You can build the examples by executing the following command:

nimble examples

Notes

Only the file dialog related functionality has been wrapped as the rest (color picker, alert boxes) does not work on OS X.

License

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.