A Qt C++/QML-based example plugin, demonstrating integration into hexDEV GmbH its hex-browser application. This project provides both:
- A dynamic plugin (
plugin_example_hex_browser) for integration into hex-browser. - A standalone executable (
example_hex_browser) for easy testing, debugging, and development.
- Qt6 (minimum version 6.8)
- CMake (minimum version 3.10)
Ensure these are installed and properly configured.
git clone <repository-url>
cd plugin_example_hex_browser
mkdir build
cd build
cmake ..
cmake --build . --config ReleaseAfter building, run the standalone executable directly:
./example_hex_browserTo use the plugin in hexDEV GmbH its hex-browser:
- Build the plugin library (
plugin_example_hex_browser). - Just set the URL in hex-browser to the plugin library destination, like file://persistency/plugin_example_hex_browser.so
The source code in this repository is licensed under the MIT License.
See LICENSE for details.
Some media assets are not covered by the MIT License. See assets/README.md.