Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
DGtal + Polyscope integration
C++ CMake
Branch: master
Clone or download
Latest commit 86016b8 Dec 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Update ccpp.yml Dec 22, 2019
deps
.gitmodules
CMakeLists.txt
README.md Update README.md Dec 27, 2019
simpleTest.cpp DGtal Dec 22, 2019

README.md

polyscope-dgtal

This repository is an integration example between polyscope and DGtal.

To use this project, just clone it (with submodule):

git clone --recursive https://github.com/dcoeurjo/polyscope-dgtal.git

Then you can compile the example file using:

mkdir build
cd build
cmake ..
make

Consider using cmake -DCMAKE_BUILD_TYPE=Release for faster computation.

The example code extracts the digital surface of an implicit shape and computes some differential quantities.

Authors

You can’t perform that action at this time.