Haxe/hxcpp @:native bindings for Native File Dialog.
You can install it through Haxelib
haxelib install hxnativefiledialogOr through Git, if you want the latest updates
haxelib git hxnativefiledialog https://github.com/MAJigsaw77/hxnativefiledialog.gitOn Linux you need to install gtk3 from your distro's package manager.
Commands list
Debian based distributions (Debian):
sudo apt-get install libgtk-3-devArch based distributions (Arch):
sudo pacman -S gtk3Fedora based distributions (Fedora):
sudo dnf install gtk3sudo dnf install gtk3openSUSE based distributions (openSUSE):
sudo zypper install gtk3Gentoo based distributions (Gentoo):
sudo emerge x11-libs/gtk+:3Slackware based distributions (Slackware):
sudo slackpkg install gtk+3Void Linux (Void Linux):
sudo xbps-install -S gtk+3NixOS (NixOS):
nix-env -iA nixpkgs.gtk3Check out the Samples Folder for examples on how to use this library.
hxnativefiledialog is made available under the MIT License. Check LICENSE for more information.
Native File Dialog is made available under the zlib License. Check Native's File Dialog LICENSE for more information.