CubeJSONPlugin is a plugin for the CubeGUI tool that visualizes the system tree structure in JSON format. It is designed to provide a user-friendly way to explore and interact with the hierarchical data within Cube performance analysis files.
Features:
- Adds a custom tab to CubeGUI called "System Tree JSON."
- Visualizes the system tree structure in a JSON-like format.
- Provides interactive features such as tree item selection and display updates.
- Lightweight and easy to integrate into existing CubeGUI installations.
Prerequisites
-To build and use this plugin, you will need:
CubeGUI: Version 4.9 or later.
Qt: Version 5.x or later.
C++ Compiler: Compatible with the version of Qt and CubeGUI you are using.
CMake (preferred) or qmake for building the project.