Haxe/hxcpp @:native bindings for Native File Dialog.
You can install it through Haxelib
haxelib install hxnativefiledialog
Or through Git
, if you want the latest updates
haxelib git hxnativefiledialog https://github.com/MAJigsaw77/hxnativefiledialog.git
On Linux you need to install gtk3
from your distro's package manager.
Commands list
Debian based distributions (Debian):
sudo apt-get install libgtk-3-dev
Arch based distributions (Arch):
sudo pacman -S gtk3
Fedora based distributions (Fedora):
sudo dnf install gtk3
sudo dnf install gtk3
openSUSE based distributions (openSUSE):
sudo zypper install gtk3
Gentoo based distributions (Gentoo):
sudo emerge x11-libs/gtk+:3
Slackware based distributions (Slackware):
sudo slackpkg install gtk+3
Void Linux (Void Linux):
sudo xbps-install -S gtk+3
NixOS (NixOS):
nix-env -iA nixpkgs.gtk3
Check 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.