A graphical user interface for Pack3r, written in C++ and Qt.
- Full support for all features of Pack3r
- Native, fast, cross-platform user interface with small installation size
- Extra safeguards for usage - ensures maps are processed from a valid mapping installation
- Persistent configuration for Pack3r and mapping install locations
Pre-built binaries are available on the releases page.
Note that this repository only provides a user interface, it does NOT contain Pack3r itself. You must download it separately. The Help
menu contains a link to Pack3r's latest release.
- Make sure Visual C++ Redistributable 2022 64-bit is installed
- Install Qt6 with your distributions package manager
- Requires Qt 6.2 or newer
If you encounter a bug while using QtPack3r, before making a bug report, please ensure that the issue is with QtPack3r itself and not Pack3r. If you're having trouble executing commands, or the results of an executed command is not what you expect, try running the command directly from the command line. The UI provides a copy button next to the command preview for a convenient way to copy the current command. If the issue you're experiencing persist while running the command directly, it's likely an issue with Pack3r itself, and you should report the bug there.
See BUILDING.md.