- Visualise point overlaps
In directory
cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build --parallel 8
Just run
./build/_deps/salamesh-build/salamesh
Go to app directory and add the module to modules array in settings.json:
{
"modules": [
...
"/path/to/poly-inspector-module/build"
]
}The app will load this module on startup.
If you want to modify module and 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_dir")in this file