- Filter facets by id
- Visualize N-ring of filtered facets
- Go to a facet given an id or by double-click on it
If you want to use the local API of app rather than the one hosted on git:
- create
CMakeLists.local.txtat the root of the module - put
set(SALAMESH_URI "/your/path/to/salamesh")in this file
In directory
cmake -B build && cmake --build build --parallel 8
Go to app directory and add the module to modules array in settings.json:
{
"modules": [
...
"/path/to/salamesh_plugin_diag/build"
]
}The app will load this module on startup.
