Skip to content

ch-f/plugin-example-hex-browser

Repository files navigation

Plugin Example for hexDEV's hex-browser

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.

Requirements

  • Qt6 (minimum version 6.8)
  • CMake (minimum version 3.10)

Ensure these are installed and properly configured.

Building the Project

Step-by-Step Instructions

git clone <repository-url>
cd plugin_example_hex_browser
mkdir build
cd build
cmake ..
cmake --build . --config Release

Running the Standalone Application

After building, run the standalone executable directly:

./example_hex_browser

Integration into hexDEV's hex-browser

To 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

License

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.

About

A Qt C++/QML-based example plugin, demonstrating integration into hexDEV GmbH its hex-browser application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors