Skip to content

lbinria/salamesh_diagnostic_module

Repository files navigation

Module features

  • Filter facets by id
  • Visualize N-ring of filtered facets
  • Go to a facet given an id or by double-click on it

Configuration (Optional)

If you want to use the local API of app rather than the one hosted on git:

  • create CMakeLists.local.txt at the root of the module
  • put set(SALAMESH_URI "/your/path/to/salamesh") in this file

How to install

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors