Skip to content

DGtal-team/DGtal-paraview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGtal-paraview

Overview

This repository provides a ParaView plugin for the DGtal Library, enabling the visualization and processing of digital object within the ParaView environment.

Installation

Building the Plugin

  1. Build paraview (see relevant instruction in paraview website).

  2. Build DGtal (see relevant instructions in DGtal repository).

  3. Clone this repository:

    git clone https://github.com/DGtal-team/DGtal-paraview.git
    cd DGtal-paraview
  4. Create a build directory and configure the project with CMake:

    mkdir build && cd build
    cmake .. -DParaView_DIR=/path/to/paraview/build

    Depending on your configuration, you may also have to set CMAKE_MODULE_PATH and CMAKE_PREFIX_PATH to point to DGtal.

  5. Compile and install the plugin:

    make -j $(nproc)
    make install

Usage

  1. Launch ParaView.
  2. Load the plugin via Tools > Manage Plugins.
  3. New filters and tools are available under DGtal:: namespace.

License

This project is licensed under the GNU GPL License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published